Pin Rust version in CI workflows to 1.67
This commit is contained in:
3
.github/workflows/publish-android.yaml
vendored
3
.github/workflows/publish-android.yaml
vendored
@@ -37,6 +37,9 @@ jobs:
|
||||
distribution: temurin
|
||||
java-version: 11
|
||||
|
||||
- name: "Set default Rust version to 1.67.0"
|
||||
run: rustup default 1.67.0
|
||||
|
||||
- name: "Install Rust Android targets"
|
||||
run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user