.github/workflows/build.yml: do not install outdated libfmt-dev
This commit is contained in:
parent
0c1ecc96a8
commit
3b4825dd29
|
@ -58,7 +58,6 @@ jobs:
|
||||||
sudo apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
${{ matrix.cxx }} ${{matrix.cc }} \
|
${{ matrix.cxx }} ${{matrix.cc }} \
|
||||||
ccache \
|
ccache \
|
||||||
libfmt-dev \
|
|
||||||
libgtest-dev \
|
libgtest-dev \
|
||||||
libpcre2-dev \
|
libpcre2-dev \
|
||||||
libsystemd-dev libdbus-1-dev \
|
libsystemd-dev libdbus-1-dev \
|
||||||
|
|
Loading…
Reference in New Issue