mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
Implement #212
This commit is contained in:
parent
47be373eb0
commit
4f28a38ce1
1 changed files with 3 additions and 0 deletions
|
@ -48,3 +48,6 @@ runs:
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ steps.nightly.outputs.version }}
|
toolchain: ${{ steps.nightly.outputs.version }}
|
||||||
targets: wasm32-unknown-unknown
|
targets: wasm32-unknown-unknown
|
||||||
|
|
||||||
|
- name: Cache Rust
|
||||||
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|
Loading…
Reference in a new issue