Skip to content

Commit 6cb1cbc

Browse files
committed
ci: use single command to install package
1 parent 3620677 commit 6cb1cbc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build-upload-vrchat-world.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,11 @@ jobs:
8080

8181
- name: Add AutoBuild Packages to Workspace
8282
working-directory: ${{ env.workspace-path }}
83-
run: |
84-
vrc-get install com.yuxiaviation.vrchat.autobuild -y
85-
vrc-get install com.yuxiaviation.vrchat.autobuild.world -y
83+
run: vrc-get install com.yuxiaviation.vrchat.autobuild.world -y
8684

8785
- name: Add Patcher Package to fix SDK Build on Linux
8886
working-directory: ${{ env.workspace-path }}
89-
run: |
90-
vrc-get install cn.org.vrcd.vpm.vrchat-sdk-patcher -y
91-
vrc-get install cn.org.vrcd.vpm.vrchat-sdk-patcher.worlds -y
87+
run: vrc-get install cn.org.vrcd.vpm.vrchat-sdk-patcher.worlds -y
9288

9389
- name: Cache Library
9490
uses: actions/cache@v4

0 commit comments

Comments
 (0)