Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Feb 4, 2024
1 parent f1159ce commit a180ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- g++-12
- g++-13
# - clang++-12
# - clang++-13
- clang++-13
- clang++-14
- clang++-15
cmake_args:
Expand All @@ -37,7 +37,7 @@ jobs:
working-directory: build
env:
CXX: ${{matrix.compiler}}
CXXFLAGS: -std=c++${{matrix.cxxstandard}} ${{ matrix.compiler == clang++-14 && "-stdlib=libc++" }}
CXXFLAGS: -std=c++${{matrix.cxxstandard}} ${{ matrix.compiler == "clang++-14" && "-stdlib=libc++" }}
run: cmake -DCMAKE_BUILD_TYPE=DEBUG "-Dfrozen.coverage=ON" -DCMAKE_VERBOSE_MAKEFILE=ON ..

- name: Build
Expand Down

0 comments on commit a180ba4

Please sign in to comment.