Remove caching step in validation workflow

This commit is contained in:
Joseph Henry 2023-04-25 11:50:01 -07:00 committed by GitHub
parent 5fdfac22d6
commit 247e499c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,19 +21,6 @@ jobs:
override: true
components: rustfmt, clippy
- name: Set up cargo cache
uses: actions/cache@v3
continue-on-error: false
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: validate-1m-linux
env:
CC: 'gcc'