Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gohashira authored Jan 11, 2025
1 parent 17fb7be commit 0e2f352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rustup target add aarch64-unknown-linux-gnu
- name: run build (x86)
run: cargo build --target aarch64-apple-darwin
run: cargo build --target x86_64-unknown-linux-gnu

- name: run build (arm)
run: cargo build --target aarch64-unknown-linux-gnu

0 comments on commit 0e2f352

Please sign in to comment.