Skip to content

Commit 2b1515a

Browse files
authored
ci: fix the cache keys [skip ci]
1 parent 42f904a commit 2b1515a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
path: |
4040
~/.pnpm-store
4141
D:\.pnpm-store
42-
key: "setupcpp-cache-OS:${{ matrix.os }}-node:${{ matrix.node }}-pnpm:${{ matrix.pnpm }}-${{ hashFiles('./.npmrc') }}-deps:${{ hashFiles('./package.json') }}-${{ matrix.cache_reset_counter }}"
42+
key: "setupcpp-cache-OS:${{ matrix.os }}-node:${{ matrix.node }}-pnpm:${{ matrix.pnpm }}-${{ hashFiles('./.npmrc') }}-deps:${{ hashFiles('./package.json') }}"
4343
restore-keys: |
44-
"setupcpp-cache-OS:${{ matrix.os }}"
44+
"setupcpp-cache-OS:${{ matrix.os }}-"
4545
4646
- name: Setup Node
4747
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)