Skip to content

Commit

Permalink
use latest stable for android (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf authored Jun 3, 2024
1 parent e4f2370 commit 554fe50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ jobs:
repository: ${{ inputs.repository }}
ref: ${{ inputs.gitref }}

- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.77
targets: x86_64-unknown-linux-gnu,aarch64-linux-android,armv7-linux-androideabi

- name: Install Cargo APK
Expand Down

0 comments on commit 554fe50

Please sign in to comment.