We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53565d commit c2d27e6Copy full SHA for c2d27e6
1 file changed
.github/workflows/ci.yaml
@@ -21,16 +21,17 @@ jobs:
21
version: 10
22
run_install: false
23
24
+ - name: Install yq via apt
25
+ run: sudo apt update && sudo apt install -y yq
26
+
27
- name: Install Node.js
28
uses: actions/setup-node@v4
29
with:
30
node-version: 20
31
cache: 'pnpm'
32
33
- name: Install dependencies
- run: |
- apt install -y yq
- pnpm install
34
+ run: pnpm install
35
36
- name: Download specification
37
run: curl -L -o openapi.yaml https://vrchat.community/openapi.yaml
0 commit comments