Skip to content

Commit

Permalink
doc build: add libgstreamer-plugins-base1.0-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jbg committed Jun 17, 2023
1 parent 822e468 commit 383025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt -y install libglib2.0-dev libgstreamer1.0-dev libunwind-dev libnice-dev
run: sudo apt -y install libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev libnice-dev
- name: Check out
uses: actions/checkout@v1
- name: Install Rust toolchain
Expand Down

0 comments on commit 383025a

Please sign in to comment.