Skip to content

Commit

Permalink
fix: specify target when cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Oct 10, 2024
1 parent cd7f624 commit 9e36e77
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
target: "x86_64-unknown-linux-musl",
cross: true,
}
- {
os: "ubuntu-20.04",
target: "aarch64-unknown-linux-musl",
cross: true,
}
- {
os: "macos-latest",
target: "aarch64-apple-darwin",
Expand Down Expand Up @@ -90,12 +85,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y musl-tools
- name: Install musl-tools(aarch64)
if: matrix.info.target == 'aarch64-unknown-linux-musl' == true
run: |
sudo apt-get update
sudo apt-get install -y aarch64-linux-musl-gcc
- name: Build Hayabusa binary
run: |
cargo run --release -- update-rules -q
Expand Down

0 comments on commit 9e36e77

Please sign in to comment.