Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jul 21, 2023
1 parent 2240903 commit 38c8b20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- name: Clone repo
uses: actions/checkout@v3

- name: Install alsa and udev
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Instal stable toolchain
uses: dtolnay/rust-toolchain@stable

Expand All @@ -57,6 +62,11 @@ jobs:
- name: Clone repo
uses: actions/checkout@v3

- name: Install alsa and udev
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Instal stable toolchain
uses: dtolnay/rust-toolchain@stable

Expand Down

0 comments on commit 38c8b20

Please sign in to comment.