chore: Use new setup rust action (#42)

This commit is contained in:
Anatolios Laskaris 2023-11-13 17:42:30 +02:00 committed by GitHub
parent abc999ecb7
commit 0c0fc3cf2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
kv/crates.io/fluencebot token | CARGO_REGISTRY_TOKEN ;
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: dsherret/rust-toolchain-file@v1
- name: Setup marine
uses: fluencelabs/setup-marine@v1

View File

@ -22,7 +22,13 @@ jobs:
ref: ${{ inputs.ref }}
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: dsherret/rust-toolchain-file@v1
- name: Setup cache
uses: Swatinem/rust-cache@v2
with:
shared-key: sqlite-wasm-connector
save-if: false
- name: Setup marine
uses: fluencelabs/setup-marine@v1