Skip to content

Commit ebe8856

Browse files
authored
[#patch] fix rust_ci (#209)
1 parent 1184715 commit ebe8856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ jobs:
201201
- uses: actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48
202202
# v1.13.0
203203
with:
204-
components: cargo-lambda
205204
toolchain: ${{ inputs.rust-version }}
205+
- run: cargo install cargo-lambda
206206
- name: Build Lambda
207207
if: ${{ inputs.build-lambda || inputs.deploy-lambda }}
208208
run: cargo lambda build --verbose --release

0 commit comments

Comments
 (0)