fix(ci): Use rust 1.68 for android compilation

main
Floris Bruynooghe 1 year ago
parent af79dffcbd
commit 9ed8776197
No known key found for this signature in database
  1. 4
      .github/workflows/ci.yml

@ -53,7 +53,9 @@ jobs:
- uses: actions/checkout@master
- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --no-self-update
# See https://github.com/cross-rs/cross/issues/1222 for when
# stable can be used instead of 1.67 again.
run: rustup toolchain install 1.67 --profile minimal --no-self-update
- uses: swatinem/rust-cache@v2

Loading…
Cancel
Save