Skip to content

Commit b968f3e

Browse files
committed
use prebuilt runzip
1 parent 83699ca commit b968f3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ jobs:
7575
run: bun install --frozen-lockfile
7676

7777
- name: Install runzip
78-
run: cargo install runzip
78+
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
7981
8082
- name: Fetch module data
8183
run: bun run scripts/fetch-data.ts

0 commit comments

Comments
 (0)