Fix the cache key name
This commit is contained in:
2
.github/workflows/build-lists.yml
vendored
2
.github/workflows/build-lists.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
id: cache-dns-ptr-resolver
|
id: cache-dns-ptr-resolver
|
||||||
with:
|
with:
|
||||||
path: ~/.cargo/bin/dns-ptr-resolver
|
path: ~/.cargo/bin/dns-ptr-resolver
|
||||||
key: ${{ runner.os }}-cargo-bin-kbs-1.1.0
|
key: ${{ runner.os }}-cargo-bin-dns-ptr-resolver-1.1.0
|
||||||
- name: Set up toolchain
|
- name: Set up toolchain
|
||||||
if: steps.cache-dns-ptr-resolver.outputs.cache-hit != 'true'
|
if: steps.cache-dns-ptr-resolver.outputs.cache-hit != 'true'
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
Reference in New Issue
Block a user