ci: remove unnecessary cache

This runs once every months at most. The cache isn't buying us anything
and might cause some more jitter.
This commit is contained in:
zimbatm 2022-05-03 10:10:31 +02:00
parent 9f9d61344c
commit e9dbeabd15
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -62,15 +62,6 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v3
# Cache files between builds
- name: Setup | Cache Cargo
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Setup | Rust
uses: actions-rs/toolchain@v1
with: