File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments