File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ platform:
1010# init:
1111# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1212
13- on_finish :
14- - ps : $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
13+ # on_finish:
14+ # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1515
1616environment :
1717 BOOST_ROOT : " C:\\ Libraries\\ boost_1_77_0"
@@ -32,7 +32,7 @@ before_build:
3232 # redis
3333 - set PATH=%APPVEYOR_BUILD_FOLDER%;%PATH%
3434 # boost
35- - set PATH=%BOOST_ROOT%\lib64-msvc-14.1 ;%PATH%
35+ - set PATH=%BOOST_ROOT%\lib64-msvc-14.2 ;%PATH%
3636 - echo %PATH%
3737
3838build_script :
You can’t perform that action at this time.
0 commit comments