mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
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.
This commit is contained in:
5
.github/workflows/jsonrpc.yml
vendored
5
.github/workflows/jsonrpc.yml
vendored
@@ -19,11 +19,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
profile: minimal
|
|
||||||
toolchain: stable
|
|
||||||
override: true
|
|
||||||
- name: Add Rust cache
|
- name: Add Rust cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
- name: npm install
|
- name: npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user