Skip to content

Commit 61a8fc9

Browse files
authored
running Install-Product only in windows box
has error on linux cause linux doesn't have powershell of course
1 parent c170a46 commit 61a8fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment:
2323
PYTHON: "C:\\Python36-x64"
2424

2525
install:
26-
- ps: Install-Product node $env:nodejs_version
26+
- cmd: powershell Install-Product node $env:nodejs_version
2727
- sh: nvm install $nodejs_version
2828
- npm install
2929

0 commit comments

Comments
 (0)