Skip to content

Commit

Permalink
Try -c
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 9, 2024
1 parent 3add6e2 commit 1dd8261
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
- name: debug
shell: pwsh
run: |
D:\a\_temp\setup-msys2\msys2.CMD "pwd"
D:\a\_temp\setup-msys2\msys2.CMD "ls -l"
D:\a\_temp\setup-msys2\msys2.CMD "echo 'hello debug'"
D:\a\_temp\setup-msys2\msys2.CMD "cmake"
D:\a\_temp\setup-msys2\msys2.CMD -c "pwd"
D:\a\_temp\setup-msys2\msys2.CMD -c "ls -l"
D:\a\_temp\setup-msys2\msys2.CMD -c "echo 'hello debug'"
D:\a\_temp\setup-msys2\msys2.CMD -c "cmake"
- name: install host sbcl
shell: pwsh
working-directory: ../sbcl
Expand Down

0 comments on commit 1dd8261

Please sign in to comment.