Skip to content

Commit a2231a2

Browse files
committed
Disable Zig cache for release builds
1 parent bdfb005 commit a2231a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2 tag
2020
with:
2121
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
2225

2326
- name: Build
2427
run: |

0 commit comments

Comments
 (0)