yes toi all
All checks were successful
All checks were successful
This commit is contained in:
@@ -46,8 +46,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install alsa and udev
|
- name: Install alsa and udev
|
||||||
if: matrix.platform == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
|
run: sudo apt-get update; sudo apt-get install -y --no-install-recommends libasound2-dev libudev-dev
|
||||||
- name: Setup Rust toolchain and cache
|
- name: Setup Rust toolchain and cach
|
||||||
if: matrix.platform != 'windows-2022'
|
if: matrix.platform != 'windows-2022'
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user