Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLocal committed Jan 3, 2025
1 parent 7ffa4cf commit 61c4bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: sudo apt install -y clang libavcodec-dev libavformat-dev libavutil-dev pkg-config libsrtp2
run: sudo apt install -y clang libavcodec-dev libavformat-dev libavutil-dev pkg-config libsrtp2-dev
- name: Build
run: cargo build -vv

0 comments on commit 61c4bf4

Please sign in to comment.