From 7f313c803e2a52e134e7f3284f83b1ae537e8b85 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 11 Feb 2023 15:25:20 +0000 Subject: [PATCH] ci: remove unnecessary Rust installation step windows-latest image already contains Rust 1.67.0. --- .github/workflows/repl.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/repl.yml b/.github/workflows/repl.yml index ad0c79389..395d35b13 100644 --- a/.github/workflows/repl.yml +++ b/.github/workflows/repl.yml @@ -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