We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83699ca commit b968f3eCopy full SHA for b968f3e
1 file changed
.github/workflows/build.yml
@@ -75,7 +75,9 @@ jobs:
75
run: bun install --frozen-lockfile
76
77
- name: Install runzip
78
- run: cargo install runzip
+ run: |
79
+ wget -q -O /usr/local/bin/runzip https://github.com/Ylarod/runzip/releases/download/v0.1.7/runzip-x86_64-unknown-linux-gnu
80
+ chmod +x /usr/local/bin/runzip
81
82
- name: Fetch module data
83
run: bun run scripts/fetch-data.ts
0 commit comments