Skip to content

Commit

Permalink
.github/workflows/build.yml: use libfmt from Meson wrap, not Ubuntu
Browse files Browse the repository at this point in the history
Ubuntu 22.04 comes with libfmt 8 which is too old.
  • Loading branch information
MaxKellermann committed Sep 9, 2023
1 parent 5ee4d99 commit 4cf1518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
run: |
sudo apt-get install -y --no-install-recommends \
meson \
libfmt-dev \
libsystemd-dev \
libluajit-5.1-dev \
libgtest-dev
Expand All @@ -42,6 +41,7 @@ jobs:
run: |
meson setup \
-Ddocumentation=disabled \
--force-fallback-for=fmt \
-Dwrap_mode=nofallback \
output
Expand Down

0 comments on commit 4cf1518

Please sign in to comment.