Skip to content

Commit

Permalink
.github/workflows/build.yml: custom fmt for the clang build
Browse files Browse the repository at this point in the history
Ubuntu's libfmt build produces linker errors with clang; apparently,
there are ABI differences.
  • Loading branch information
MaxKellermann committed Sep 1, 2024
1 parent e0b63a7 commit 9b4c730
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 @@ -45,8 +45,8 @@ jobs:
cc: clang
cxx: clang++
ldflags: -fuse-ld=lld
packages: clang lld libfmt-dev
meson_options:
packages: clang lld
meson_options: --force-fallback-for=fmt

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 9b4c730

Please sign in to comment.