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
|
||||
with:
|
||||
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('justfile') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-cargo-bin-
|
||||
path: |
|
||||
~/.cargo/bin
|
||||
restore-keys: ${{ runner.os }}-cargo-bin-
|
||||
path: ~/.cargo/bin
|
||||
- run: just dependency
|
||||
- uses: nick-fields/retry@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user