deps
Some checks failed
build / Create Release (push) Successful in 5s
build / publish (zip, x86_64-pc-windows-msvc, windows-2022, windows-x86_64) (push) Failing after 3s
build / publish (tar.gz, x86_64-unknown-linux-gnu, ubuntu-latest, linux-x86_64) (push) Failing after 3s

This commit is contained in:
2024-07-12 13:55:25 +02:00
parent 7a6b8fb5f7
commit 0fae253761

View File

@@ -44,6 +44,9 @@ jobs:
steps:
- name: Checkout code
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
if: matrix.platform != 'windows-2022'
uses: actions-rust-lang/setup-rust-toolchain@v1