Skip to content

Commit

Permalink
.github/workflows/build.yml: link GCC14 build with mold
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jul 23, 2024
1 parent 016dc50 commit b91faf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
os: ubuntu-24.04
cc: gcc-14
cxx: g++-14
ldflags:
packages: g++-14
ldflags: -fuse-ld=mold
packages: g++-14 mold
- compiler: gcc11
os: ubuntu-22.04
cc: gcc-11
Expand Down

0 comments on commit b91faf9

Please sign in to comment.