We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82553a7 commit 88c5a91Copy full SHA for 88c5a91
.github/workflows/linux.yml
@@ -31,7 +31,7 @@ jobs:
31
- cxx: g++-13
32
build_type: Release
33
std: 23
34
- install: sudo apt install g++-13
+ install: sudo apt install g++-13 libcc1-0
35
shared: -DBUILD_SHARED_LIBS=ON
36
- cxx: clang++-11
37
build_type: Debug
0 commit comments