This commit is contained in:
parent
d03561f333
commit
071baf8678
@ -11,8 +11,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Cache Creates
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: cache-create
|
||||
with:
|
||||
path: /root/.cargo/registry
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/Cargo.toml') }}
|
||||
path: ~/.cargo
|
||||
- name: Setup Cargo
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user