mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
Remove caching step in validation workflow
This commit is contained in:
parent
5fdfac22d6
commit
247e499c13
1 changed files with 0 additions and 13 deletions
13
.github/workflows/validate.yml
vendored
13
.github/workflows/validate.yml
vendored
|
@ -21,19 +21,6 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
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
|
- name: validate-1m-linux
|
||||||
env:
|
env:
|
||||||
CC: 'gcc'
|
CC: 'gcc'
|
||||||
|
|
Loading…
Add table
Reference in a new issue