Skip to content

Commit

Permalink
Avoid binstall in the release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Jan 13, 2025
1 parent f8a78e4 commit 99cf25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
platform: linux # Other valid options: 'windows' or 'darwin'
arch: x86_64 # Other valid options for linux: 'aarch64'
- name: Install cross
run: cargo binstall cross
run: cargo install cross
- name: Build release
run: cargo lambda build --compiler cross --release --output-format zip

Expand Down

0 comments on commit 99cf25c

Please sign in to comment.