Skip to content

Commit

Permalink
ci: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Jul 25, 2024
1 parent fb47712 commit 734d1f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
steps:
- run: sudo apt-get install -y libwayland-dev
- run: sudo apt-get install -y libwayland-dev libasound2-dev

- uses: actions/checkout@v4
with:
Expand All @@ -42,6 +42,8 @@ jobs:
target:
- aarch64-linux-android
steps:
- run: sudo apt-get install -y libasound2-dev

- uses: actions/checkout@v4
with:
fetch-tags: true
Expand Down

0 comments on commit 734d1f5

Please sign in to comment.