mirror of
https://github.com/Noratrieb/bool-toggle.git
synced 2026-01-14 20:35:01 +01:00
fix arm64
This commit is contained in:
parent
be1008e5a1
commit
b77a117724
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
os: ubuntu-latest
|
||||
rust: stable
|
||||
target: i686-unknown-linux-gnu
|
||||
# These should prob. be more generic arm targets and not android.
|
||||
# should probably not be android
|
||||
- build: arm32
|
||||
os: ubuntu-latest
|
||||
rust: stable
|
||||
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
- build: arm64
|
||||
os: ubuntu-latest
|
||||
rust: stable
|
||||
target: aarch64-linux-android
|
||||
target: aarch64-unknown-linux-gnu
|
||||
# ppc is big endian.
|
||||
- build: ppc32
|
||||
os: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue