We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9144f3d commit f4603e3Copy full SHA for f4603e3
.github/workflows/artifacts.yml
@@ -54,6 +54,7 @@ jobs:
54
echo "${HOME}/minisign-linux/x86_64/" >> $GITHUB_PATH
55
56
- name: prefetch dependencies (workaround)
57
+ if: env.SKIP_DEPLOY != 'true'
58
run: |
59
zig fetch https://github.com/ziglibs/known-folders/archive/bafef170a73c064dc706fcfbdc2e406a35681a9c.tar.gz
60
zig fetch https://github.com/ziglibs/diffz/archive/36fc805f459677093c93c210e8f9aed28be13847.tar.gz
0 commit comments