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