Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 137ef81

Browse files
committed
Try to fix android
1 parent 2ea9aac commit 137ef81

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,11 @@ jobs:
255255
with:
256256
crate: cargo-ndk
257257

258-
- name: Install Rust toolchain for Android architectures
259-
run: rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
258+
- name: Install stable toolchain for the target
259+
uses: dtolnay/rust-toolchain@master
260+
with:
261+
toolchain: stable
262+
targets: aarch64-linux-android,armv7-linux-androideabi,i686-linux-android,x86_64-linux-android
260263

261264
- name: Set up JDK 1.8
262265
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)