Skip to content

Commit

Permalink
Don't escape shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Nov 11, 2023
1 parent c61d0ef commit e8249c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ls 'C:\ProgramData\chocolatey\bin'
ls 'C:\ProgramData\chocolatey\lib\make'
C:\ProgramData\chocolatey\bin\make.exe --version
C:\ProgramData\chocolatey\bin\make.exe build SHELL='C:\msys64\usr\bin\bash.exe'
C:\ProgramData\chocolatey\bin\make.exe build SHELL=C:\msys64\usr\bin\bash.exe
- run: |
tar xf jq-1.7.tar.gz
Expand Down

0 comments on commit e8249c9

Please sign in to comment.