Skip to content

Commit 4fb0eaf

Browse files
committed
fix(ci): cut run-integration-test.yml over to "mlugg/setup-zig@v2"
1 parent 62a36b0 commit 4fb0eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
# TODO: unpin once https://github.com/cargo-lambda/cargo-lambda/issues/856 is fixed
2222
tag: v1.8.1
2323
- name: install Zig toolchain
24-
uses: korandoru/setup-zig@v1
24+
uses: mlugg/setup-zig@v2
2525
with:
26-
zig-version: 0.10.0
26+
version: 0.10.0
2727
- name: install SAM
2828
uses: aws-actions/setup-sam@v2
2929
with:

0 commit comments

Comments
 (0)