fix: set tests rust toolchain to 1.73.0
parent
ab061e92e8
commit
0908eb1fb4
|
|
@ -34,6 +34,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: 1.73.0
|
||||||
|
|
||||||
- name: Sccache cache
|
- name: Sccache cache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.3
|
uses: mozilla-actions/sccache-action@v0.0.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue