Skip to content

Commit a080462

Browse files
committed
dont use pnpm cache in ci
1 parent 42d9813 commit a080462

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ jobs:
4848
version: 8.10.4
4949
run_install: false
5050

51-
- name: Get pnpm store directory
52-
id: pnpm_store
53-
run: echo "path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
54-
55-
- name: Setup pnpm cache
56-
uses: actions/cache@v3
57-
with:
58-
path: ${{ steps.pnpm_store.outputs.path }}
59-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
60-
restore-keys: |
61-
${{ runner.os }}-pnpm-store-
51+
# - name: Get pnpm store directory
52+
# id: pnpm_store
53+
# run: echo "path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
54+
55+
# - name: Setup pnpm cache
56+
# uses: actions/cache@v3
57+
# with:
58+
# path: ${{ steps.pnpm_store.outputs.path }}
59+
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
60+
# restore-keys: |
61+
# ${{ runner.os }}-pnpm-store-
6262

6363
- name: Install dependencies
6464
run: pnpm install

0 commit comments

Comments
 (0)