mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +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"
|
registry-url: "https://registry.npmjs.org"
|
||||||
|
|
||||||
- name: Install 1.70.x Rust toolchain
|
- name: Install 1.70.x Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: dtolnay/rust-toolchain@1.70
|
||||||
with:
|
|
||||||
toolchain: 1.70
|
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
if: ${{ matrix.flavor == 'dev'}}
|
if: ${{ matrix.flavor == 'dev'}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue