Skip to content

Commit 1742497

Browse files
committed
Fix dep in test
1 parent 56db527 commit 1742497

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
os: [ubuntu-latest, windows-latest, macOS-latest]
99
rust: [stable]
1010
steps:
11+
- if: matrix.os == 'ubuntu-latest'
12+
name: 'Install dependencies (ubuntu)'
13+
run: |
14+
sudo apt update
15+
sudo apt install libudev-dev libasound2-dev libsdl2-dev libsdl2-ttf-dev
1116
- uses: hecrj/setup-rust-action@v1
1217
with:
1318
rust-version: ${{ matrix.rust }}

0 commit comments

Comments
 (0)