ci: fix zig target name for ios
This commit is contained in:
parent
f774b26366
commit
b069688e7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pkg-release.yml
vendored
2
.github/workflows/pkg-release.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
- target: aarch64-linux-android
|
- target: aarch64-linux-android
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
rust-target: aarch64-linux-android
|
rust-target: aarch64-linux-android
|
||||||
- target: aarch64-apple-ios
|
- target: aarch64-ios
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
rust-target: aarch64-apple-ios
|
rust-target: aarch64-apple-ios
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue