.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:
parent
b2e2d36d79
commit
0bd1289371
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue