Skip to content

Commit

Permalink
chore(ci): use cross when packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <[email protected]>
  • Loading branch information
quantumsheep committed Jun 30, 2024
1 parent 0454dc9 commit 00ec401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
- name: Install toolchain
run: rustup toolchain install stable --profile minimal --target ${{ matrix.target.rust-target }} --no-self-update

- name: Install cross
run: cargo install cross --git https://github.com/cross-rs/cross

- name: Install cargo-deb
run: cargo install cargo-deb

Expand Down

0 comments on commit 00ec401

Please sign in to comment.