Skip to content

Commit 4eaa2bb

Browse files
fix: remove unsupported package from vrc-get and restore VRCSDK downgrade step #minor
1 parent d8f98d5 commit 4eaa2bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/vrchat-world-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
run: |
9292
$ErrorActionPreference = "SilentlyContinue"
9393
vrc-get remove dev.foxscore.easy-login au.benjithatfoxguy.templates.world.2022.3.22f1.updater com.nidonocu.vrcunitytoolbar au.benjithatfoxguy.batchimportunitypackage au.benjithatfoxguy.restartunity dev.hai-vr.resilience.let-me-see dev.hai-vr.resilience.toolkit unity-editor-dark-mode -y
94+
vrc-get remove numeira.auto-certify-copyright-agreement -y
9495
9596
- name: Add AutoBuild Packages to Workspace
9697
if: runner.os == 'Linux'
@@ -107,13 +108,12 @@ jobs:
107108
$ErrorActionPreference = "SilentlyContinue"
108109
vrc-get install com.yuxiaviation.vrchat.autobuild.world -y
109110
110-
# - name: Downgrade VRCSDK to 3.7.1
111-
# working-directory: ${{ env.workspace-path }}
112-
# run: |
113-
# vrc-get remove com.vrchat.worlds -y
114-
# vrc-get remove com.vrchat.base -y
115-
# vrc-get install com.vrchat.worlds 3.7.1 -y
116-
# vrc-get install com.vrchat.base 3.7.1 -y
111+
- name: Downgrade VRCSDK to 3.7.1
112+
working-directory: ${{ env.workspace-path }}
113+
run: |
114+
vrc-get remove com.vrchat.worlds com.vrchat.base -y
115+
vrc-get install com.vrchat.worlds 3.7.1 -y
116+
vrc-get install com.vrchat.base 3.7.1 -y
117117
118118
- name: Cache Library
119119
uses: actions/cache@v4

0 commit comments

Comments
 (0)