We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfb005 commit a2231a2Copy full SHA for a2231a2
1 file changed
.github/workflows/release.yml
@@ -19,6 +19,9 @@ jobs:
19
- uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2 tag
20
with:
21
version: 0.15.2
22
+ # I only want to disable the build cache, but don't see a good way to do
23
+ # that besides disabling all of the caching
24
+ use-cache: false
25
26
- name: Build
27
run: |
0 commit comments