.github/workflows/build.yml: remove the forced fallback for libfmt

Ubuntu 24.04 has fmt 9.1.0, so we don't need that anymore.
This commit is contained in:
Max Kellermann 2024-07-05 17:43:50 +02:00
parent b2e2d36d79
commit 0bd1289371
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,7 @@ jobs:
${{ matrix.cxx }} ${{matrix.cc }} \
meson \
ccache \
libfmt-dev \
libgtest-dev \
libpcre2-dev \
libsystemd-dev libdbus-1-dev \
@ -103,7 +104,6 @@ jobs:
-Dsystemd=enabled \
-Dpcre=enabled \
--wrap-mode nofallback \
--force-fallback-for=fmt \
output/full
- name: Build