mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
github actions: install alsa
This commit is contained in:
parent
85bd0342d4
commit
70b12452b5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: Install alsa
|
||||
run: sudo apt-get install libasound2-dev
|
||||
- name: Build
|
||||
run: cargo check
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Reference in a new issue