mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-16 22:33:16 +08:00
Refactor cache configuration in build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -20,10 +20,8 @@ jobs:
|
|||||||
- uses: actions/cache@v5
|
- uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('justfile') }}
|
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('justfile') }}
|
||||||
restore-keys: |
|
restore-keys: ${{ runner.os }}-cargo-bin-
|
||||||
${{ runner.os }}-cargo-bin-
|
path: ~/.cargo/bin
|
||||||
path: |
|
|
||||||
~/.cargo/bin
|
|
||||||
- run: just dependency
|
- run: just dependency
|
||||||
- uses: nick-fields/retry@v3
|
- uses: nick-fields/retry@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user