Skip to content

Commit 57cd659

Browse files
authored
fix(ci/cd): pin cargo-lambda back to 1.8.1 temporarily (#989)
1 parent 56a23bf commit 57cd659

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
repo: cargo-lambda/cargo-lambda
1919
platform: linux
2020
arch: x86_64
21+
# TODO: unpin once https://github.com/cargo-lambda/cargo-lambda/issues/856 is fixed
22+
tag: v1.8.1
2123
- name: install Zig toolchain
2224
uses: korandoru/setup-zig@v1
2325
with:

0 commit comments

Comments
 (0)