yes toi all

This commit is contained in:
2024-07-12 13:58:33 +02:00
parent a662dca9ef
commit 734064aad4

View File

@@ -46,8 +46,8 @@ jobs:
uses: actions/checkout@v4
- name: Install alsa and udev
if: matrix.platform == 'ubuntu-latest'
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Setup Rust toolchain and cache
run: sudo apt-get update; sudo apt-get install -y --no-install-recommends libasound2-dev libudev-dev
- name: Setup Rust toolchain and cach
if: matrix.platform != 'windows-2022'
uses: actions-rust-lang/setup-rust-toolchain@v1
with: