Skip to content

Commit

Permalink
UPDATE: add install actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
not-elm committed Mar 19, 2024
1 parent 88ca9e8 commit cc01689
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Checkout
uses: actions/checkout@v3
- name: Toolchain
Expand All @@ -16,6 +18,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Checkout
uses: actions/checkout@v3
- name: Toolchain
Expand Down

0 comments on commit cc01689

Please sign in to comment.