File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ jobs:
155
155
$env:Path += ";C:\Program Files (x86)\zlib\bin"
156
156
- name : Install boost
157
157
run : |
158
- Invoke-WebRequest "https://sourceforge.net/projects/ boost/files/boost/ 1.87.0/boost_1_87_0.zip/download " -OutFile "boost_1_87_0.zip"
158
+ Invoke-WebRequest "https://archives. boost.io/release/ 1.87.0/source/ boost_1_87_0.zip" -OutFile "boost_1_87_0.zip"
159
159
Expand-Archive "boost_1_87_0.zip" -Force
160
- cd .\boost_1_87_0\
160
+ cd .\boost_1_87_0\boost_1_87_0\
161
161
.\bootstrap.bat
162
162
.\b2 toolset=msvc-14.2 address-model=64 install define=_WIN32_WINNT=0x0601 define=BOOST_WINAPI_VERSION_WIN7 link=static
163
163
- name : Install protobuf
Original file line number Diff line number Diff line change 47
47
* ` nmake `
48
48
* ` nmake install ` ( install protobuf inside C:\Program Files (x86)\ )
49
49
* Download and install boost
50
- * Download from https://boostorg.jfrog .io/artifactory/main/ release/1.76 .0/source/boost_1_76_0.tar.gz
51
- * Extract boost_1_76_0.tar.gz
50
+ * Download from https://archives.boost .io/release/1.87 .0/source/boost_1_87_0.zip
51
+ * Extract boost_1_87_0.zip
52
52
* Use Visual Studio native tool command prompt
53
- * ` cd path/to/boost_1_76_0 `
53
+ * ` cd path/to/boost_1_87_0 `
54
54
* ` bootstrap.bat `
55
55
* ` .\b2 toolset=msvc address-model={32 | 64} install define=BOOST_WINAPI_VERSION_WIN10 ` ( installs boost inside C:\)
56
56
* Replace ` BOOST_WINAPI_VERSION_WIN10 ` with the appropriate macro from [ here] ( https://www.boost.org/doc/libs/develop/libs/winapi/doc/html/winapi/config.html )
You can’t perform that action at this time.
0 commit comments