Skip to content

Commit

Permalink
Install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Jan 2, 2023
1 parent c9ca77a commit 6dcad9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
asset_name: snake-macos-amd64

steps:
- name: Install deps
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
if: runner.os == 'linux'
- uses: actions/checkout@v2
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6dcad9d

Please sign in to comment.