Merge pull request #4030 from mempool/fix/CI-Rust

Use more reliable Github Action for Rust toolchain install
This commit is contained in:
softsimon
2023-07-23 11:50:00 +09:00
committed by GitHub

View File

@@ -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'}}