Skip to content

Commit

Permalink
clang issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 15, 2023
1 parent 0378626 commit fdc59cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ jobs:
run: |
sudo apt update
sudo apt install clang-13
sudo apt install libc++-dev
shell: bash
- name: cmake
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_STANDARD_REQUIRED=ON
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_STANDARD_REQUIRED=ON -DCMAKE_CXX_FLAGS="-stdlib=libc++ -std=c++20"
env:
CC: clang-13
CXX: clang++-13
Expand Down

0 comments on commit fdc59cb

Please sign in to comment.