Skip to content
Snippets Groups Projects
Commit 101bbc1e authored by StarToaster's avatar StarToaster
Browse files

Only install stuff on linux.

parent 9cdfa444
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ jobs:
steps:
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
if: runner.os == 'linux'
- name: Build
run: cargo build --verbose --workspace
# - 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