Skip to content

Commit 72b10cc

Browse files
committed
ci: try fic for build-windows step
1 parent 97553a9 commit 72b10cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ jobs:
6868
- uses: actions/setup-node@v3
6969
with:
7070
node-version-file: .node-version
71+
- run: npm install --global [email protected]
7172
- run: corepack enable
73+
- run: pnpm --version
74+
- uses: actions/setup-node@v3
75+
with:
76+
cache: 'pnpm'
77+
cache-dependency-path: '**/pnpm-lock.yaml'
7278
- name: Install
7379
run: pnpm install --frozen-lockfile --prefer-offline
7480
- name: Build

0 commit comments

Comments
 (0)