We now need alsa to build the desktop player

This commit is contained in:
Gwilym Inzani 2024-07-10 09:55:54 +01:00
parent 2785df56ca
commit 9c2d02f161

View file

@ -22,7 +22,7 @@ jobs:
- name: Set CARGO_TARGET_DIR - name: Set CARGO_TARGET_DIR
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
- name: Install build tools - name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential libelf-dev zip -y run: sudo apt-get update && sudo apt-get install build-essential libelf-dev zip libasound-dev -y
- name: Install Miri - name: Install Miri
run: | run: |
rustup component add miri clippy rustfmt rustup component add miri clippy rustfmt