We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4da7a commit 5ed9998Copy full SHA for 5ed9998
.github/workflows/ci.yml
@@ -11,5 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - name: Build
+ - 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
17
run: make all
0 commit comments