Skip to content

Commit 8c4d6d3

Browse files
committed
fix windows build
1 parent ca052c9 commit 8c4d6d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release-ide.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
run: npm i -g pnpm
4141
- name: Install dependencies
4242
run: pnpm -r i
43-
- name: Install chromedriver for windows
44-
run: npm_config_platform=win32 npm i
45-
working-directory: packages/selenium-ide/node_modules/electron-chromedriver
4643
- name: Build all JS
4744
run: pnpm run build
4845
env:

0 commit comments

Comments
 (0)