mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Explicitly set RUSTUP_TOOLCHAIN to 1.64.0
Core is supposed to support all Rust versions above MSRV, there is no need to use the same toolchain for the core across all platforms.
This commit is contained in:
@@ -14,8 +14,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- run: cp jni/deltachat-core-rust/rust-toolchain .
|
||||
- uses: actions-rs/toolchain@v1
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
with:
|
||||
working-directory: jni/deltachat-core-rust
|
||||
|
||||
Reference in New Issue
Block a user