Skip to content

Commit 033c289

Browse files
authored
ci: Add missing bd_ repo
1 parent 322e7d3 commit 033c289

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,12 @@ jobs:
7676
- name: Setup vrc-get
7777
uses: anatawa12/sh-actions/setup-vrc-get@master
7878

79-
- name: Add VPM repositories
79+
- name: Add Ram.Type-0 VPM repo
8080
run: vrc-get repo add https://ramtype0.github.io/VpmRepository/index.json
8181

82+
- name: Add bd_ VPM repo
83+
run: vrc-get repo add https://vpm.nadena.dev/vpm.json
84+
8285
- name: Install VPM packages
8386
working-directory: ${{ env.PROJECT_PATH }}
8487
run: |

0 commit comments

Comments
 (0)