Skip to content

Commit

Permalink
Use static build in Windows CI to allow running without the DLLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed May 6, 2024
1 parent 8e9a4cf commit 57031df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: make
run: |
i686-w64-mingw32-gcc -v
make -j2
make OPTFLAGS="-O2 -static" -j2
shell: bash
- name: running testsuite
run: make test -j2
Expand All @@ -97,7 +97,7 @@ jobs:
- name: make
run: |
x86_64-w64-mingw32-gcc -v
make -j2
make OPTFLAGS="-O2 -static" -j2
shell: bash
- name: running testsuite
run: make test -j2
Expand Down

0 comments on commit 57031df

Please sign in to comment.