We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a58207 commit 8338639Copy full SHA for 8338639
1 file changed
.github/workflows/build-on-change.yaml
@@ -51,6 +51,8 @@ jobs:
51
-o /usr/local/bin/sbuild-linter && chmod +x /usr/local/bin/sbuild-linter || true
52
curl -fsSL "https://github.com/pkgforge/sbuilder/releases/download/latest/sbuild-cache-x86_64-linux" \
53
-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
56
57
- name: Download build cache
58
continue-on-error: true
0 commit comments