Skip to content

Commit 992eeb7

Browse files
committed
fix boost paths
1 parent 92d618b commit 992eeb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1616
environment:
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

3838
build_script:

0 commit comments

Comments
 (0)