Skip to content

Commit 22d4a61

Browse files
committed
Fix Rpi build
1 parent 105bf54 commit 22d4a61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/raspberry-pi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
include:
1919
# Debian 11
2020
- os: bullseye
21-
image: ghcr.io/dtcooper/raspberrypi-os:python3.12-bullseye
21+
image: ghcr.io/dtcooper/raspberrypi-os:python3.12-bullseye@sha256:72311cfece0656c91407b4fd982f5aaf0eded0fee477de58281e82ab67f4478f
2222
# Debian 12
2323
- os: bookworm
24-
image: ghcr.io/dtcooper/raspberrypi-os:python3.12-bookworm
24+
image: ghcr.io/dtcooper/raspberrypi-os:python3.12-bookworm@sha256:0632946b7dc03ec3d9f7aeef9df4287affb3d6fe413f0e5dfd11c2b73466a845
2525
fail-fast: false
2626

2727
name: Build on ${{ matrix.os }}
@@ -61,7 +61,7 @@ jobs:
6161
gstreamer1.0-tools gstreamer1.0-omx-generic \
6262
libcurl4-openssl-dev libgstreamer1.0-dev \
6363
libgstreamer-plugins-base1.0-dev liblog4cplus-dev \
64-
libssl-dev pkg-config
64+
libssl-dev pkg-config openssl
6565
6666
mkdir -p build
6767
cd build

0 commit comments

Comments
 (0)