From 6bafaac20b7d78de1c040f096d89776a06541fc4 Mon Sep 17 00:00:00 2001 From: bd_ Date: Mon, 14 Oct 2024 21:23:48 -0700 Subject: [PATCH] ci: workaround issues with CI builds --- .github/workflows/gameci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gameci.yml b/.github/workflows/gameci.yml index 03f5e41..ef902cd 100644 --- a/.github/workflows/gameci.yml +++ b/.github/workflows/gameci.yml @@ -93,6 +93,7 @@ jobs: - name: Resolve packages if: ${{ matrix.sdk == 'vrcsdk' }} run: | + vrc-get repo add -- "https://vrchat.github.io/packages/index.json?download" vrc-get resolve --project . vrc-get info project --project . @@ -152,4 +153,4 @@ jobs: continue-on-error: true with: name: Test results for ${{ matrix.unity_version }} ${{ matrix.sdk }} - path: ${{ steps.gameci.outputs.artifactsPath }} \ No newline at end of file + path: ${{ steps.gameci.outputs.artifactsPath }}