Skip to content

Commit

Permalink
added 'libopenxr-dev' to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
2-3-5-41 committed Nov 6, 2023
1 parent 8a24fde commit 79ad1f7
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
run: 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 update
Expand Down

0 comments on commit 79ad1f7

Please sign in to comment.