From 50d79bc5a115021ed73b41f515f1642af1ea8d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Garc=C3=ADa=20Ripoll?= Date: Sat, 26 Dec 2020 23:18:45 +0100 Subject: [PATCH] Fix syntax of powershell command --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fad68a..e1a30d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,8 +53,7 @@ jobs: run: msys2 -c './emacs-build.sh --debug --clone 2>&1' - name: See free space - run: Get-PSDrive - shell: powershell + run: powershell -Command Get-PSDrive # Collect dependencies - name: Collect dependencies