Skip to content

Commit

Permalink
fix cross.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Jan 5, 2024
1 parent 61281b3 commit 876a83c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.70.0
override: true

- name: Set up Rust
uses: actions/setup-rust@v1

- name: Install Dependencies
run: |
cargo install cross
- name: Install cargo-cross
run: cargo install cross

- name: Cross Compile 64-bit
run: |
Expand Down Expand Up @@ -60,15 +60,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.70.0
override: true

- name: Set up Rust
uses: actions/setup-rust@v1

- name: Install Dependencies
run: |
cargo install cross
- name: Install cargo-cross
run: cargo install cross

- name: Cross Compile 32-bit
run: |
Expand Down Expand Up @@ -96,4 +96,4 @@ jobs:
echo "File $tar_path does not exist."
exit 1
fi
done
done

0 comments on commit 876a83c

Please sign in to comment.