mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Disable Rust caching
We hit the cache limit after just one or two builds, making it infeasible.
This commit is contained in:
@@ -39,5 +39,5 @@ runs:
|
|||||||
components: ${{ inputs.rust-components }}
|
components: ${{ inputs.rust-components }}
|
||||||
targets: wasm32-unknown-unknown, riscv32imac-unknown-none-elf
|
targets: wasm32-unknown-unknown, riscv32imac-unknown-none-elf
|
||||||
|
|
||||||
- name: Cache Rust
|
# - name: Cache Rust
|
||||||
uses: Swatinem/rust-cache@v2
|
# uses: Swatinem/rust-cache@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user