Disable Rust caching

We hit the cache limit after just one or two builds, making it infeasible.
This commit is contained in:
Luke Parker 2023-07-03 18:03:09 -04:00
parent 08e7ca955b
commit 6ac57be4e3
No known key found for this signature in database

View file

@ -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