.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 }} \
|
${{ matrix.cxx }} ${{matrix.cc }} \
|
||||||
meson \
|
meson \
|
||||||
ccache \
|
ccache \
|
||||||
|
libfmt-dev \
|
||||||
libgtest-dev \
|
libgtest-dev \
|
||||||
libpcre2-dev \
|
libpcre2-dev \
|
||||||
libsystemd-dev libdbus-1-dev \
|
libsystemd-dev libdbus-1-dev \
|
||||||
|
@ -103,7 +104,6 @@ jobs:
|
||||||
-Dsystemd=enabled \
|
-Dsystemd=enabled \
|
||||||
-Dpcre=enabled \
|
-Dpcre=enabled \
|
||||||
--wrap-mode nofallback \
|
--wrap-mode nofallback \
|
||||||
--force-fallback-for=fmt \
|
|
||||||
output/full
|
output/full
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in New Issue