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 f352e77 commit 20e00e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ runs:
tar xf gmp-6.2.1.tar.xz && \
mkdir dynamic_gmp && mkdir static_gmp && \
pushd . && \
echo ">>>>>>>>>>>>>>>>>>>>>>" && echo $pwd && \
cd gmp-6.2.1 && ./configure CPPFLAGS=-I$pwd/gmp-6.2.1 --host=x86_64-w64-mingw32 --build=i686-pc-cygwin --enable-shared --disable-static --prefix=$pwd/dynamic_gmp && \
make && make install && \
make clean && ./configure --host=x86_64-w64-mingw32 --build=i686-pc-cygwin --enable-static --disable-shared --prefix=$pwd/static_gmp && \
Expand Down

0 comments on commit 20e00e6

Please sign in to comment.