Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Oct 7, 2023
1 parent 8eae697 commit 40f2c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
make MODE=${{ inputs.mode }}
- name: Build and test Yices
if: runner.os == 'Windows'
shell: C:\cygwin\bin\bash.exe --login
shell: C:\cygwin\bin\bash.exe '{0}'
run: >-
pwd = $(pwd) && wget https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz &&
tar xf gmp-6.2.1.tar.xz &&
Expand Down

0 comments on commit 40f2c9c

Please sign in to comment.