We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a23bf commit 57cd659Copy full SHA for 57cd659
.github/workflows/run-integration-test.yml
@@ -18,6 +18,8 @@ jobs:
18
repo: cargo-lambda/cargo-lambda
19
platform: linux
20
arch: x86_64
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
25
with:
0 commit comments