mirror of
https://github.com/mempool/mempool.git
synced 2025-02-21 22:11:51 +01:00
Use more reliable Github Action for Rust toolchain install.
This commit is contained in:
parent
a24d2ce547
commit
975ec772fa
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -28,9 +28,7 @@ jobs:
|
|||
registry-url: "https://registry.npmjs.org"
|
||||
|
||||
- name: Install 1.70.x Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.70
|
||||
uses: dtolnay/rust-toolchain@1.70
|
||||
|
||||
- name: Install
|
||||
if: ${{ matrix.flavor == 'dev'}}
|
||||
|
|
Loading…
Add table
Reference in a new issue