Skip to content
Snippets Groups Projects
Unverified Commit 75fa0864 authored by John's avatar John Committed by GitHub
Browse files

Update rust.yml

Add install for sound library.
parent 322d675f
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ jobs: ...@@ -16,6 +16,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: Build - name: Build
run: cargo build --verbose --workspace run: cargo build --verbose --workspace
# - name: Run tests # - name: Run tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment