Skip to content

Commit

Permalink
Fix pipeline steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg committed Aug 15, 2024
1 parent 0fea587 commit 9931655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3

- name: Build rust lambda
- run: |
run: |
pip3 install cargo-lambda
rustup update stable && rustup default stable
cargo lambda build --arm64 --release
Expand Down

0 comments on commit 9931655

Please sign in to comment.