Skip to content

Commit 5ed9998

Browse files
authored
Update ci.yml
1 parent 2b4da7a commit 5ed9998

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Build
14+
- name: Install dependencies
15+
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
16+
- name: Make all
1517
run: make all

0 commit comments

Comments
 (0)