Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtarsi committed Dec 8, 2023
1 parent ca052c9 commit 8c4d6d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-ide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
run: npm i -g pnpm
- name: Install dependencies
run: pnpm -r i
- name: Install chromedriver for windows
run: npm_config_platform=win32 npm i
working-directory: packages/selenium-ide/node_modules/electron-chromedriver
- name: Build all JS
run: pnpm run build
env:
Expand Down

0 comments on commit 8c4d6d3

Please sign in to comment.