We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75939c commit 3febd24Copy full SHA for 3febd24
.github/workflows/linux.yml
@@ -25,7 +25,7 @@ jobs:
25
CMAKE_CXX_COMPILER_LAUNCHER: ccache
26
CCACHE_DIR: /root/.ccache
27
CONAN_HOME: /root/.conan2
28
- LDFLAGS: '-static-libstdc++ -flto=auto'
+ LDFLAGS: '-static-libstdc++ -static-libgcc -flto=auto'
29
steps:
30
# Git clone
31
- name: Install git
@@ -228,7 +228,7 @@ jobs:
228
229
release:
230
if: ${{ github.event.action == 'released' || github.event.action == 'prereleased' }}
231
- # TODO
+ # TODO: test
232
needs: [test-deb]
233
runs-on: ubuntu-latest
234
strategy:
0 commit comments