Skip to content

Commit

Permalink
Combile cross setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriternr committed Dec 17, 2024
1 parent e9c0928 commit c437afb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,12 @@ jobs:
rustup target add aarch64-pc-windows-msvc
rustup component add rust-std-aarch64-pc-windows-msvc
- name: Install cross for cross-compilation
- name: Setup cross for cross-compilation
if: matrix.job.use-cross
shell: bash
run: |
cargo install cross --git https://github.com/cross-rs/cross
- name: Overwrite build command env variable
if: matrix.job.use-cross
shell: bash
run: echo "BUILD_CMD=cross" >> $GITHUB_ENV
echo "BUILD_CMD=cross" >> $GITHUB_ENV
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit c437afb

Please sign in to comment.