Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit e99f9d3

Browse files
committed
Add windows sdk to path
1 parent d4180e6 commit e99f9d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install:
1717
- npm install -g npm@latest
1818
- npm install -g [email protected]
1919
- set PATH=%APPDATA%\npm;%PATH%
20+
- set PATH=C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Windows Kits\10\bin\x64;%PATH%
2021
- yarn install --production=false
2122
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2223
matrix:

0 commit comments

Comments
 (0)