We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2ef59 commit ea8123cCopy full SHA for ea8123c
.github/workflows/linux.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- cxx: [gcc, clang]
+ cxx: [clang]
11
build_type: [Release]
12
generator: [Ninja]
13
steps:
0 commit comments