Skip to content

Commit

Permalink
For test-android workflow st default rust version to 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Apr 22, 2023
1 parent 9130366 commit afa284f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,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

Expand Down

0 comments on commit afa284f

Please sign in to comment.