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 b1ee739 commit 41317a3Copy full SHA for 41317a3
.github/workflows/test.yaml
@@ -27,10 +27,10 @@ jobs:
27
- name: Configure & Build
28
shell: bash
29
run: |
30
- export CC=/usr/bin/gcc-14
31
- export CXX=/usr/bin/g++-14
32
- gcc -v
33
- g++ -v
+ export CC=/usr/bin/gcc-14
+ export CXX=/usr/bin/g++-14
+ gcc -v
+ g++ -v
34
35
cmake -B build_dir -DCMAKE_BUILD_TYPE=${{ matrix.build_config }}
36
cmake --build build_dir --config ${{ matrix.build_config }}
0 commit comments