Try to disable caching

This commit is contained in:
Nathan Sobo 2021-05-04 17:38:05 -06:00
parent 3604d7e292
commit 13e524d9ed

View file

@ -36,7 +36,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
- name: Install Rust
if: steps.cache.outputs.cache-hit != 'true'
# if: steps.cache.outputs.cache-hit != 'true'
uses: actions-rs/toolchain@v1
with:
toolchain: stable