Merge pull request #4030 from mempool/fix/CI-Rust
Use more reliable Github Action for Rust toolchain install
This commit is contained in:
commit
b021746e9e
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…
x
Reference in New Issue
Block a user