We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1184715 commit ebe8856Copy full SHA for ebe8856
1 file changed
.github/workflows/rust-ci.yml
@@ -201,8 +201,8 @@ jobs:
201
- uses: actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48
202
# v1.13.0
203
with:
204
- components: cargo-lambda
205
toolchain: ${{ inputs.rust-version }}
+ - run: cargo install cargo-lambda
206
- name: Build Lambda
207
if: ${{ inputs.build-lambda || inputs.deploy-lambda }}
208
run: cargo lambda build --verbose --release
0 commit comments