Skip to content

Commit a81e104

Browse files
committed
fix: ci
1 parent a49e3bf commit a81e104

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/platforms.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ ENV PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig/
77
RUN 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 \

0 commit comments

Comments
 (0)