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 a08a355
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,19 @@ jobs:
cd Packages/nadena.dev.ndmf
ln -s 'Dependencies~' Dependencies
- uses: anatawa12/sh-actions/resolve-vpm-packages@master
name: Resolve VPM packages
# - 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
if: ${{ matrix.sdk == 'vrcsdk' && steps.setup.outputs.should_test == 'true' }}
with:
version: v1.4.3

- name: Resolve packages
if: ${{ matrix.sdk == 'vrcsdk' && steps.setup.outputs.should_test == 'true' }}
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 a08a355

Please sign in to comment.