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 62a36b0 commit 4fb0eafCopy full SHA for 4fb0eaf
.github/workflows/run-integration-test.yml
@@ -21,9 +21,9 @@ jobs:
21
# TODO: unpin once https://github.com/cargo-lambda/cargo-lambda/issues/856 is fixed
22
tag: v1.8.1
23
- name: install Zig toolchain
24
- uses: korandoru/setup-zig@v1
+ uses: mlugg/setup-zig@v2
25
with:
26
- zig-version: 0.10.0
+ version: 0.10.0
27
- name: install SAM
28
uses: aws-actions/setup-sam@v2
29
0 commit comments