Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd authored Sep 7, 2024
1 parent 6a3d99d commit 4a2f19c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,17 @@ jobs:
- cxx: g++-13
std: 23
os: ubuntu-20.04
build_type: Release
with_tests: ON
install: sudo apt -o Acquire::Retries=5 install g++-13

- cxx: g++-13
std: 23
os: ubuntu-20.04
build_type: Debug
with_tests: ON
install: sudo apt -o Acquire::Retries=5 install g++-13

# Builds with no exceptions
- cxx: g++-10
build_type: Release
Expand Down

0 comments on commit 4a2f19c

Please sign in to comment.