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 cf9a41b commit b301169Copy full SHA for b301169
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ubuntu-22.04]
13
- compiler: [g++-11, clang++-16, clang++-17]
+ compiler: [g++-11, clang++-16]
14
build_type: [Release, Debug]
15
cache: ['', Redis]
16
include:
0 commit comments