Browse Source

Fix syntax of powershell command

tmp/comercial-emacs
Juan José García Ripoll 4 years ago
committed by GitHub
parent
commit
50d79bc5a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/build.yml

3
.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

Loading…
Cancel
Save