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 831960f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: hffix test
# Controls when the action will run. Triggers the workflow on push
on:
push:
branches:
- master
pull_request:
# release:
# tags:
Expand All @@ -17,7 +19,8 @@ jobs:
matrix:
compiler:
- cxx: "g++"
- cxx: "clang++"
# https://stackoverflow.com/questions/76859275/error-compiling-a-cpp-containing-stdchrono-errorstatic-constexpr-unsigned-fra
- cxx: "clang++ -stdlib=libc++"
flags:
- cxxflags: "-std=c++98"
- cxxflags: "-std=c++11"
Expand Down

0 comments on commit 831960f

Please sign in to comment.