Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 2, 2024
1 parent f779da1 commit 301de4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deps-build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
- name: Setup Cargo binstall
if: ${{ inputs.aarch64 == true }}
uses: cargo-bins/cargo-binstall@main
- name: Setup Cross Rs
- name: Setup Cross Toolchain
if: ${{ inputs.aarch64 == true }}
run: cargo binstall -y cross
run: |
rustup target add aarch64-unknown-linux-gnu
cargo binstall -y cross
- name: Setup x86_64 Toolchain
if: ${{ inputs.aarch64 == false }}
run: |
Expand Down

0 comments on commit 301de4f

Please sign in to comment.