Skip to content

Commit

Permalink
test(build): update git build for linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyst-shiny committed Jan 8, 2025
1 parent f3baaca commit 3fa4439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
apt-get update &&
apt-get install -y build-essential curl libssl-dev pkg-config &&
curl https://sh.rustup.rs -sSf | sh -s -- -y &&
. "$HOME/.cargo/env" &&
rustup target add aarch64-unknown-linux-gnu &&
cargo build --release --target aarch64-unknown-linux-gnu
"
Expand Down

0 comments on commit 3fa4439

Please sign in to comment.