From e09a2c85eb694b3eb94eccbfc58c47535176965d Mon Sep 17 00:00:00 2001 From: Nicolas Gnyra Date: Wed, 3 Apr 2024 08:44:45 -0400 Subject: [PATCH] Add build dependency --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e730e3ad..387b6aa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: with: manifest: ${{ github.workspace }}\Source\CustomAvatar\manifest.json path: ${{ runner.temp }}\BeatSaberBindings - additional-dependencies: '{ "Unity.XR.Hands": "^1.1.0" }' + additional-dependencies: '{ "Unity.XR.Hands": "^1.1.0", "OpenVR API": "^2.0.0" }' - name: Add NuGet source run: dotnet nuget update source "nicoco007 GitHub Packages" --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text