Skip to content

Commit 8338639

Browse files
committed
squishy
1 parent 6a58207 commit 8338639

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-on-change.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
-o /usr/local/bin/sbuild-linter && chmod +x /usr/local/bin/sbuild-linter || true
5252
curl -fsSL "https://github.com/pkgforge/sbuilder/releases/download/latest/sbuild-cache-x86_64-linux" \
5353
-o /usr/local/bin/sbuild-cache && chmod +x /usr/local/bin/sbuild-cache || true
54+
curl -fsSL "https://github.com/pkgforge/squishy-rs/releases/download/latest/squishy-x86_64-linux" \
55+
-o /usr/local/bin/squishy && chmod +x /usr/local/bin/squishy || true
5456
5557
- name: Download build cache
5658
continue-on-error: true

0 commit comments

Comments
 (0)