Skip to content

Commit

Permalink
Disable static linking mingw for virustotal scanning comparison point
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Nov 13, 2024
1 parent fbc3515 commit 0673a0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-sqlite3
- shell: msys2 {0}
run: uname -a; BUILDTYPE=${{ matrix.version }} mingw32-make CXXFLAGS="-static-libgcc -static-libstdc++"
#run: uname -a; BUILDTYPE=${{ matrix.version }} mingw32-make CXXFLAGS="-static-libgcc -static-libstdc++"
run: uname -a; BUILDTYPE=${{ matrix.version }} mingw32-make
- name: Upload binary artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0673a0f

Please sign in to comment.