Skip to content

Commit

Permalink
Update windows_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed Oct 7, 2023
1 parent 56c0fb0 commit 36180f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
CYGWIN: winsymlinks:native
run: >-
autoconf &&
${{ inputs.env }} ./configure --host=x86_64-w64-mingw32 ${{ inputs.config-opt }} CPPFLAGS=-I/tools/dynamic_gmp/include LDFLAGS=-L/tools/dynamic_gmp/lib --with-static-gmp=/tools/static_gmp/lib/libgmp.a --with-static-gmp-include-dir=/tools/static_gmp/include &&
./configure --host=x86_64-w64-mingw32 CPPFLAGS=-I/tools/dynamic_gmp/include LDFLAGS=-L/tools/dynamic_gmp/lib --with-static-gmp=/tools/static_gmp/lib/libgmp.a --with-static-gmp-include-dir=/tools/static_gmp/include &&
export LD_LIBRARY_PATH=/usr/local/lib/:${LD_LIBRARY_PATH} &&
make OPTION=mingw64 MODE=${{ matrix.mode }}
Expand Down

0 comments on commit 36180f2

Please sign in to comment.