diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 881cc82b..41944788 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,9 +39,9 @@ jobs: path: | ~/.pnpm-store D:\.pnpm-store - key: "setupcpp-cache-OS:${{ matrix.os }}-node:${{ matrix.node }}-pnpm:${{ matrix.pnpm }}-${{ hashFiles('./.npmrc') }}-deps:${{ hashFiles('./package.json') }}-${{ matrix.cache_reset_counter }}" + key: "setupcpp-cache-OS:${{ matrix.os }}-node:${{ matrix.node }}-pnpm:${{ matrix.pnpm }}-${{ hashFiles('./.npmrc') }}-deps:${{ hashFiles('./package.json') }}" restore-keys: | - "setupcpp-cache-OS:${{ matrix.os }}" + "setupcpp-cache-OS:${{ matrix.os }}-" - name: Setup Node uses: actions/setup-node@v2