Skip to content

Commit

Permalink
fix: ci typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galister committed Apr 10, 2024
1 parent 97aab43 commit 399168f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-x11-openvr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Build
run: cargo build --verbose --no-default-features --features=x11,openvr
- name: Run tests
run: cargo test --verbose --no-default-features --features=x11,openvre
run: cargo test --verbose --no-default-features --features=x11,openvr

0 comments on commit 399168f

Please sign in to comment.