Skip to content

Commit

Permalink
Update CI and README
Browse files Browse the repository at this point in the history
  • Loading branch information
oneup03 committed Jun 11, 2024
1 parent 0276a60 commit 85ef31c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:

- name: Clone repo and submodule
run: |
git clone https://github.com/${{github.repository}}.git .
git clone https://github.com/ValveSoftware/openvr.git external/openvr
git clone --recurse-submodules https://github.com/${{github.repository}}.git .
- name: Get current date, commit hash and count
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Windows-only solution, but there are other solutions on Linux like MonadoVR.
- Define `STEAM_PATH` environment variable with the path to your main Steam folder
- Open Solution in Visual Studio 2022
- Use the solution to build this driver
- Copy from the `output` folder to the `SteamVR` folder
- Build output is automatically copied to your `SteamVR\drivers` folder

0 comments on commit 85ef31c

Please sign in to comment.