Skip to content

Commit 2b17b46

Browse files
authored
fix(appveyor): add workaround for webdriver bug (#2862)
See angular/webdriver-manager#107 for context. Should be reverted once issue is fixed.
1 parent bc0ae68 commit 2b17b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ matrix:
77
fast_finish: true
88

99
install:
10-
- ps: Install-Product node $env:nodejs_version
10+
- ps: Install-Product node $env:nodejs_version x64
1111
- npm install -g npm
1212
- npm install
1313

0 commit comments

Comments
 (0)