Skip to content

Commit

Permalink
ci: roll back to vrc-get 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Jan 21, 2024
1 parent 37d6541 commit 451f1f0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,17 @@ jobs:
cd Packages/nadena.dev.ndmf
ln -s 'Dependencies~' Dependencies
- uses: anatawa12/sh-actions/resolve-vpm-packages@master
name: Resolve VPM packages
if: ${{ matrix.sdk == 'vrcsdk' && steps.setup.outputs.should_test == 'true' }}
# - uses: anatawa12/sh-actions/resolve-vpm-packages@master
# name: Resolve VPM packages
# if: ${{ matrix.sdk == 'vrcsdk' && steps.setup.outputs.should_test == 'true' }}
- uses: anatawa12/sh-actions/setup-vrc-get@master
with:
version: 1.4.3

- name: Resolve packages
run: |
vrc-get resolve --project .
vrc-get info project --project .
- if: ${{ steps.setup.outputs.should_test == 'true' }}
name: "Debug: List project contents"
Expand Down

0 comments on commit 451f1f0

Please sign in to comment.