mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Install unzip
This commit is contained in:
parent
8fffd6fdec
commit
1a0de22271
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
image: ${{matrix.image_prefix}}${{matrix.debian}}
|
||||
steps:
|
||||
- name: Get dependencies
|
||||
run: apt-get update && apt-get install -yq wget debhelper build-essential cmake git rename libatomic1 libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev libopus-dev alsa-utils libpulse-dev libavahi-client-dev avahi-daemon libexpat1-dev python3 ccache
|
||||
run: apt-get update && apt-get install -yq wget debhelper build-essential cmake git rename libatomic1 libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev libopus-dev alsa-utils libpulse-dev libavahi-client-dev avahi-daemon libexpat1-dev python3 ccache unzip
|
||||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
- name: Checkout
|
||||
|
|
Loading…
Add table
Reference in a new issue