From 85ef31c9a326d7c0724ac836dd6728cde1526a87 Mon Sep 17 00:00:00 2001 From: OneUp Date: Tue, 11 Jun 2024 18:53:45 -0500 Subject: [PATCH] Update CI and README --- .github/workflows/Build.yml | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 8abe129..7eafabb 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -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: | diff --git a/README.md b/README.md index 96b7050..946800b 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- Build output is automatically copied to your `SteamVR\drivers` folder \ No newline at end of file