Skip to content

Commit a432a3d

Browse files
committed
updates
1 parent 09251ad commit a432a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ install:
1515
- ps: If ($env:Platform -Match "x86"){ $env:CMAKE_ARCH="" } Else { $env:CMAKE_ARCH=" Win64"}
1616
- mkdir C:\projects\deps
1717
- cd C:\projects\deps
18-
- set CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.3-win64-x64.zip"
18+
- set CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.3-win64-x64.zip"
1919
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
20-
- 7z x cmake.zip -oC:\projects\cmake > nul
20+
- 7z x cmake.zip -oC:\projects\deps > nul
2121
- move C:\projects\deps\cmake-* C:\projects\deps\cmake # Move to a version-agnostic directory
2222
- set PATH=C:\projects\deps\cmake\bin;%PATH%
2323
- cmake --version

0 commit comments

Comments
 (0)