Skip to content

Commit b271fd4

Browse files
committed
appvoyewr update
1 parent 0496319 commit b271fd4

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
@@ -17,7 +17,7 @@ platform:
1717

1818
install:
1919
- ps: wget https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi
20-
- msiexec /i VCForPython27.msi /quiet /qn /norestart
20+
- msiexec /i c:\projects\proj\VCForPython27.msi /quiet /qn /norestart
2121
- pip install autobahntestsuite
2222
- ps: If ($env:Platform -Match "x86"){ $env:CMAKE_ARCH="" } Else { $env:CMAKE_ARCH=" Win64"}
2323
- cd c:\projects

0 commit comments

Comments
 (0)