Skip to content

Commit

Permalink
chore(ci): add libavutil dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMichaelTDM committed May 23, 2024
1 parent 668ae23 commit 7643359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y --no-install-recommends libjack-dev libpulse-dev libasound2-dev wget
sudo apt install -y --no-install-recommends libjack-dev libpulse-dev libasound2-dev wget libavutil-dev
- name: Set up mold linker
uses: rui314/setup-mold@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y --no-install-recommends libjack-dev libpulse-dev libasound2-dev wget
sudo apt install -y --no-install-recommends libjack-dev libpulse-dev libasound2-dev wget libavutil-dev
- name: Set up mold linker
uses: rui314/setup-mold@v1
Expand Down

0 comments on commit 7643359

Please sign in to comment.