File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,6 @@ jobs:
107107 steps :
108108 - uses : actions/checkout@v5
109109
110- - name : Cache Linux audio packages
111- uses : awalsh128/cache-apt-pkgs-action@latest
112- with :
113- packages : ${{ env.PACKAGES_LINUX }}
114-
115110 - name : Determine MSRV for all-features
116111 id : msrv
117112 uses : ./.github/actions/determine-msrv
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ ENV PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig/
77RUN dpkg --add-architecture armhf && \
88 apt-get update && \
99 apt-get install libasound2-dev:armhf -y && \
10- apt-get install libjack-jackd2-dev:armhf libjack-jackd2-0:armhf -y \
10+ apt-get install libjack-jackd2-dev:armhf libjack-jackd2-0:armhf -y && \
11+ apt-get install libpipewire-0.3-dev:armhf -y \
You can’t perform that action at this time.
0 commit comments