mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Don't install catch2 on Ubuntu
This commit is contained in:
parent
5e7bb12efb
commit
66ea985ac0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -243,7 +243,7 @@ jobs:
|
||||||
sudo apt-get update && \
|
sudo apt-get update && \
|
||||||
sudo apt-get install -yq libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev \
|
sudo apt-get install -yq libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev \
|
||||||
libopus-dev alsa-utils libpulse-dev libavahi-client-dev libssl-dev \
|
libopus-dev alsa-utils libpulse-dev libavahi-client-dev libssl-dev \
|
||||||
avahi-daemon ccache expat catch2
|
avahi-daemon ccache expat
|
||||||
- name: cache boost
|
- name: cache boost
|
||||||
id: cache-boost
|
id: cache-boost
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue