We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322e7d3 commit 011ce49Copy full SHA for 011ce49
.github/workflows/run-tests.yml
@@ -76,9 +76,12 @@ jobs:
76
- name: Setup vrc-get
77
uses: anatawa12/sh-actions/setup-vrc-get@master
78
79
- - name: Add VPM repositories
+ - name: Add Ram.Type-0 VPM repo
80
run: vrc-get repo add https://ramtype0.github.io/VpmRepository/index.json
81
82
+ - name: Add bd_ VPM repo
83
+ run: vrc-get repo add https://vpm.nadena.dev/vpm.json
84
+
85
- name: Install VPM packages
86
working-directory: ${{ env.PROJECT_PATH }}
87
run: |
0 commit comments