Skip to content

Commit

Permalink
chore: add dependencies for alsa to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav2612000 committed May 25, 2024
1 parent e35e2c9 commit 846d70b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/initiateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install dependencies for alsa
run: |
sudo apt-get install libsdl2-dev
sudo apt install libasound2-dev
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
Expand Down

0 comments on commit 846d70b

Please sign in to comment.