We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6506faa commit b1ee739Copy full SHA for b1ee739
1 file changed
.github/workflows/test.yaml
@@ -27,12 +27,10 @@ jobs:
27
- name: Configure & Build
28
shell: bash
29
run: |
30
- if [ "$OSTYPE" = "linux-gnu" ]; then
31
export CC=/usr/bin/gcc-14
32
export CXX=/usr/bin/g++-14
33
gcc -v
34
g++ -v
35
- fi
36
37
cmake -B build_dir -DCMAKE_BUILD_TYPE=${{ matrix.build_config }}
38
cmake --build build_dir --config ${{ matrix.build_config }}
0 commit comments