Skip to content

Commit 674c9e3

Browse files
committed
fix(ci): stop pnpm install
1 parent 4fac209 commit 674c9e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
# pnpm
1919
- uses: pnpm/action-setup@v4
2020
with:
21-
run_install: |
22-
- cwd: ./2025
21+
run_install: false
2322
- name: build 2025
2423
working-directory: ./2025
2524
run: |

0 commit comments

Comments
 (0)