Skip to content

Commit

Permalink
Merge pull request #247 from Flamefire/patch-2
Browse files Browse the repository at this point in the history
GHA: Fix GCC 13 job
  • Loading branch information
mborland authored Jan 2, 2025
2 parents d398cf1 + 135d9d7 commit 8742fa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ jobs:
os: ubuntu-24.04
install:
- g++-13-multilib
cxxflags:
- "-fexcess-precision=fast"
cxxflags: -fexcess-precision=fast

# Linux, clang
- toolset: clang
Expand Down

0 comments on commit 8742fa3

Please sign in to comment.