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