Skip to content

Commit

Permalink
CI: replace g++ C++20 build to test FP formatting at compile-time
Browse files Browse the repository at this point in the history
  • Loading branch information
alexezeder authored and vitaut committed Aug 27, 2021
1 parent c79a384 commit 117fc67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
build_type: Debug
std: 17
os: ubuntu-18.04
- cxx: g++-10
- cxx: g++-11
build_type: Debug
std: 20
os: ubuntu-20.04
install: sudo apt install g++-11
- cxx: clang++-9
build_type: Debug
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
Expand Down

0 comments on commit 117fc67

Please sign in to comment.