mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
ci: remove unnecessary Rust installation step
windows-latest image already contains Rust 1.67.0.
This commit is contained in:
6
.github/workflows/repl.yml
vendored
6
.github/workflows/repl.yml
vendored
@@ -13,12 +13,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.66.0
|
||||
override: true
|
||||
|
||||
- name: build
|
||||
run: cargo build -p deltachat-repl --features vendored
|
||||
|
||||
|
||||
Reference in New Issue
Block a user