mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Disable Rust caching
We hit the cache limit after just one or two builds, making it infeasible.
This commit is contained in:
parent
08e7ca955b
commit
6ac57be4e3
1 changed files with 2 additions and 2 deletions
|
@ -39,5 +39,5 @@ runs:
|
|||
components: ${{ inputs.rust-components }}
|
||||
targets: wasm32-unknown-unknown, riscv32imac-unknown-none-elf
|
||||
|
||||
- name: Cache Rust
|
||||
uses: Swatinem/rust-cache@v2
|
||||
# - name: Cache Rust
|
||||
# uses: Swatinem/rust-cache@v2
|
||||
|
|
Loading…
Reference in a new issue