mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Rust
|
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: 1.66.0
|
|
||||||
override: true
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: cargo build -p deltachat-repl --features vendored
|
run: cargo build -p deltachat-repl --features vendored
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user