Skip to content

Commit

Permalink
fix(cd): install missing dependencies for the CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMichaelTDM committed Oct 12, 2024
1 parent b100954 commit 6de404c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y --no-install-recommends libasound2-dev pkg-config wget libavutil-dev libavformat-dev
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit 6de404c

Please sign in to comment.