Skip to content

Commit

Permalink
CI C++20 clang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed Feb 19, 2024
1 parent c0a4265 commit 2fe9a1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- cxxflags: "-std=c++98"
- cxxflags: "-std=c++11"
- cxxflags: "-std=c++17"
- cxxflags: "-std=c++20"
# https://stackoverflow.com/questions/76859275/error-compiling-a-cpp-containing-stdchrono-errorstatic-constexpr-unsigned-fra
- cxxflags: "-std=c++20 -stdlib=libc++"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2fe9a1b

Please sign in to comment.