Skip to content

Commit

Permalink
Merge pull request #86 from Schmarni-Dev/fix-ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
Schmarni-Dev authored Apr 9, 2024
2 parents 9972827 + 7f5e2e9 commit 94f1f9d
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 @@ -19,7 +19,7 @@ jobs:
- name: "Cache"
uses: Swatinem/rust-cache@v2
- name: "External dependencies"
run: sudo apt-get install -y libasound2-dev portaudio19-dev build-essential libpulse-dev libdbus-1-dev libudev-dev libopenxr-loader1 libopenxr-dev
run: sudo apt-get update -y && sudo apt-get install -y libasound2-dev portaudio19-dev build-essential libpulse-dev libdbus-1-dev libudev-dev libopenxr-loader1 libopenxr-dev
- name: "Checks"
run: |
cargo fmt --check --all
Expand Down

0 comments on commit 94f1f9d

Please sign in to comment.