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 352c38e commit 28d322f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
sudo apt update
sudo apt install clang-13
sudo apt get install libc++-dev
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 -DCMAKE_CXX_FLAGS="-stdlib=libc++ -std=c++20"
Expand Down

0 comments on commit 28d322f

Please sign in to comment.