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:
link2xt
2022-12-25 22:40:09 +00:00
parent d72c0eebb7
commit 78aada7027
4 changed files with 10 additions and 9 deletions
-2
View File
@@ -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