Skip to content

Commit c2d27e6

Browse files
committed
fix: apt yq
1 parent c53565d commit c2d27e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ jobs:
2121
version: 10
2222
run_install: false
2323

24+
- name: Install yq via apt
25+
run: sudo apt update && sudo apt install -y yq
26+
2427
- name: Install Node.js
2528
uses: actions/setup-node@v4
2629
with:
2730
node-version: 20
2831
cache: 'pnpm'
2932

3033
- name: Install dependencies
31-
run: |
32-
apt install -y yq
33-
pnpm install
34+
run: pnpm install
3435

3536
- name: Download specification
3637
run: curl -L -o openapi.yaml https://vrchat.community/openapi.yaml

0 commit comments

Comments
 (0)