mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-05-15 07:39:01 +08:00
ci: fix CI
This commit is contained in:
parent
cca9e22edd
commit
be35de2018
16
.github/workflows/gameci.yml
vendored
16
.github/workflows/gameci.yml
vendored
@ -110,13 +110,15 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
- uses: anatawa12/sh-actions/resolve-vpm-packages@master
|
- uses: anatawa12/sh-actions/setup-vrc-get@master
|
||||||
name: Resolve VPM packages
|
|
||||||
if: ${{ matrix.sdk == 'vrcsdk' && steps.setup.outputs.should_test == 'true' }}
|
- name: Resolve packages
|
||||||
with:
|
if: ${{ steps.setup.outputs.should_test == 'true' }}
|
||||||
repos: |
|
run: |
|
||||||
https://vpm.nadena.dev/vpm-prerelease.json
|
vrc-get repo add -- "https://vpm.nadena.dev/vpm-prerelease.json" || true
|
||||||
https://vrchat.github.io/packages/index.json?download
|
vrc-get repo add -- "https://vrchat.github.io/packages/index.json?download" || true
|
||||||
|
vrc-get resolve --project .
|
||||||
|
vrc-get info project --project .
|
||||||
|
|
||||||
- if: ${{ steps.setup.outputs.should_test == 'true' }}
|
- if: ${{ steps.setup.outputs.should_test == 'true' }}
|
||||||
name: "Debug: List project contents"
|
name: "Debug: List project contents"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user