Fix the cache key name

This commit is contained in:
2023-08-11 23:09:54 +02:00
parent 459d3a5113
commit 8e09ec8fe2

View File

@ -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