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 6, 2023
1 parent ad2fcac commit bb92b6a
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 @@ -52,7 +52,7 @@ runs:
if: runner.os == 'Windows'
shell: bash
run: >-
pwd = $(pwd) && wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz &&
pwd = /cygdrive/c/cygwin64/$(pwd) && wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz &&
tar xf gmp-6.3.0.tar.xz &&
mkdir dynamic_gmp && mkdir static_gmp &&
cd gmp-6.3.0 && ./configure --enable-shared --disable-static --prefix=$pwd/dynamic_gmp &&
Expand Down

0 comments on commit bb92b6a

Please sign in to comment.