Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fborello-lambda committed Jul 16, 2024
1 parent ef5840b commit 4c1b77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: extractions/setup-just@v1
- run: echo "WORKING_DIR=$(basename $(pwd))" >> $GITHUB_ENV
- name: Install Dependencies
if: ${{ matrix.os }} == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
- name: Build
shell: bash
Expand Down

0 comments on commit 4c1b77a

Please sign in to comment.