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

Commit a31355f

Browse files
committed
toolchain
1 parent 6cdcf3e commit a31355f

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
@@ -256,8 +256,11 @@ jobs:
256256
with:
257257
crate: cargo-ndk
258258

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

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

0 commit comments

Comments
 (0)