Skip to content

Commit

Permalink
Add build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 committed Apr 3, 2024
1 parent 60526ce commit e09a2c8
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 @@ -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
Expand Down

0 comments on commit e09a2c8

Please sign in to comment.