Skip to content

Commit

Permalink
ci: workaround issues with CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore authored Oct 15, 2024
1 parent 9de7ff7 commit 6bafaac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down Expand Up @@ -152,4 +153,4 @@ jobs:
continue-on-error: true
with:
name: Test results for ${{ matrix.unity_version }} ${{ matrix.sdk }}
path: ${{ steps.gameci.outputs.artifactsPath }}
path: ${{ steps.gameci.outputs.artifactsPath }}

0 comments on commit 6bafaac

Please sign in to comment.