Skip to content

Commit 254ca4b

Browse files
Per Enstedtclaude
andcommitted
Fix CI: Add missing gstreamer-plugins-bad-dev package
The build was failing with: error: failed to run custom build command for gstreamer-webrtc-sys The system library gstreamer-webrtc-1.0 required by crate gstreamer-webrtc-sys was not found. Added libgstreamer-plugins-bad1.0-dev to provide the WebRTC development headers and pkg-config file. Also bumped cache version to 1.1 to invalidate old package cache. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bdfc330 commit 254ca4b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- name: Cache apt packages
4848
uses: awalsh128/cache-apt-pkgs-action@v1
4949
with:
50-
packages: libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools
51-
version: 1.0
50+
packages: libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools
51+
version: 1.1
5252

5353
- name: Cache Rust dependencies
5454
uses: Swatinem/rust-cache@v2
@@ -95,8 +95,8 @@ jobs:
9595
- name: Cache apt packages
9696
uses: awalsh128/cache-apt-pkgs-action@v1
9797
with:
98-
packages: libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools
99-
version: 1.0
98+
packages: libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools
99+
version: 1.1
100100

101101
- name: Cache Rust dependencies
102102
uses: Swatinem/rust-cache@v2
@@ -124,8 +124,8 @@ jobs:
124124
- name: Cache apt packages
125125
uses: awalsh128/cache-apt-pkgs-action@v1
126126
with:
127-
packages: libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools
128-
version: 1.0
127+
packages: libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools
128+
version: 1.1
129129

130130
- name: Cache trunk binary
131131
id: cache-trunk

0 commit comments

Comments
 (0)