Skip to content

Commit

Permalink
Add ALSA installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
facundo-villa committed Dec 30, 2023
1 parent 653cba8 commit b9513a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: rui314/setup-mold@v1
- name: Install Vulkan runtime dependencies
run: sudo add-apt-repository ppa:kisak/kisak-mesa && sudo apt-get update && sudo apt-get install -y mesa-vulkan-drivers libvulkan1 vulkan-tools vulkan-validationlayers
- name: Install ALSA
run: sudo apt-get install libasound2-dev
- name: Install Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
Expand Down

0 comments on commit b9513a1

Please sign in to comment.