Skip to content

Commit f1b8a92

Browse files
sdkrystianvinniefalco
authored andcommitted
fix gcc?
1 parent 5a5f124 commit f1b8a92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
cxxstd: ${{ matrix.std }}
7878
cxx: ${{ steps.setup-cpp.outputs.cxx }}
7979
cc: ${{ steps.setup-cpp.outputs.cc }}
80+
cxxflags: ${{ ( matrix.compiler == 'gcc' && '-static-libstdc++') || '' }}
8081
toolchain: ${{ steps.package-install.outputs.vcpkg-toolchain }}
8182
generator: Ninja
8283
install-prefix: .local

0 commit comments

Comments
 (0)