Skip to content

Commit a77b7f4

Browse files
committed
disable cache
1 parent 709c4c0 commit a77b7f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-integration-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ jobs:
4040
platform: linux
4141
arch: x86_64
4242
- name: install Zig toolchain
43-
uses: jlizen/setup-zig@v2
43+
uses: mlugg/setup-zig@v2
4444
with:
4545
version: 0.10.0
46+
use-cache: false
47+
use-tool-cache: false
4648
- name: install SAM
4749
uses: aws-actions/setup-sam@v2
4850
with:

0 commit comments

Comments
 (0)