ci: cargo cache key in linux-musl

This commit is contained in:
LongYinan 2020-11-28 00:44:53 +08:00
parent c0eddf3201
commit 280066fff3
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -20,13 +20,13 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cargo/registry
key: stable-${{ matrix.os }}-node-alpine-@10-${{ matrix.node }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
key: stable-alpine-node-alpine-@10-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo index
uses: actions/cache@v1
with:
path: ~/.cargo/git
key: stable-${{ matrix.os }}-node-alpine-@10-${{ matrix.node }}-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
key: stable-alpine-node-alpine-@10-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: Log in to registry
run: |