Skip to content

Commit

Permalink
cargo-binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
commonquail committed Sep 23, 2023
1 parent e1dbf95 commit 44b9cbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
targets: ${{ matrix.target }}

- name: Install Cross
run: cargo install cross
uses: cargo-bins/[email protected]
run: |
cargo binstall --no-confirm cross
- name: Build release
run: cross build --verbose --release ${{ env.TARGET_FLAGS }}
Expand Down

0 comments on commit 44b9cbb

Please sign in to comment.