Skip to content

Commit 54c887c

Browse files
committed
android ndk削除
1 parent 0a70108 commit 54c887c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
os: macos
2121
- target: aarch64-apple-darwin
2222
os: macos
23-
- target: aarch64-linux-android
24-
os: android
2523
- target: aarch64-unknown-linux-musl
2624
os: raspi
2725
steps:
@@ -47,10 +45,6 @@ jobs:
4745
sudo apt update
4846
sudo apt install -y musl-tools
4947
rustup target add x86_64-unknown-linux-musl
50-
- name: Install Android toolchain
51-
if: matrix.os == 'android'
52-
run: |
53-
rustup target add aarch64-linux-android
5448
- name: Install Raspi toolchain
5549
if: matrix.os == 'raspi'
5650
run: |

0 commit comments

Comments
 (0)