Skip to content

Commit

Permalink
ci: only cache pnpm store for the build step
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 1, 2024
1 parent df26d7e commit aa713aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
path: |
~/.pnpm-store
D:\.pnpm-store
./node_modules
./.parcel-cache
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 }}-"
Expand Down

0 comments on commit aa713aa

Please sign in to comment.