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
commit b021746e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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