From ea81d08c0159f648bc91c83ed3bc5230cc02da30 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 5 Jan 2023 23:15:09 +0000 Subject: [PATCH] ci: use default Rust toolchain for JSON-RPC tests Default preinstalled toolchain is currently at 1.65.0, there is no need to overwrite it with 1.66.0 for these tests. --- .github/workflows/jsonrpc.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/jsonrpc.yml b/.github/workflows/jsonrpc.yml index e84985229..de05f50d6 100644 --- a/.github/workflows/jsonrpc.yml +++ b/.github/workflows/jsonrpc.yml @@ -19,11 +19,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - name: Add Rust cache uses: Swatinem/rust-cache@v2 - name: npm install