File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
- name : Install boost
29
29
working-directory : ${{ github.workspace }}
30
30
run : |
31
- wget https://boostorg.jfrog.io/artifactory/main/release/1.84 .0/source/boost_1_84_0 .tar.gz -O /tmp/boost .tar.gz
32
- tar xzvf /tmp/boost .tar.gz
33
- cd boost_1_84_0
31
+ wget https://sourceforge.net/projects/boost/files/boost/1.87 .0/boost_1_87_0 .tar.gz/download -O /tmp/boost_1_87_0 .tar.gz
32
+ tar xzvf /tmp/boost_1_87_0 .tar.gz
33
+ cd boost_1_87_0
34
34
./bootstrap.sh --with-toolset=clang
35
35
sudo ./b2 install toolset=clang link=static
36
36
- name : Install protobuf
75
75
- name : Install boost
76
76
working-directory : ${{ github.workspace }}
77
77
run : |
78
- wget https://boostorg.jfrog.io/artifactory/main/release/1.84 .0/source/boost_1_84_0 .tar.gz -O /tmp/boost .tar.gz
79
- tar xzvf /tmp/boost .tar.gz
80
- cd boost_1_84_0
78
+ wget https://sourceforge.net/projects/boost/files/boost/1.87 .0/boost_1_87_0 .tar.gz/download -O /tmp/boost_1_87_0 .tar.gz
79
+ tar xzvf /tmp/boost_1_87_0 .tar.gz
80
+ cd boost_1_87_0
81
81
./bootstrap.sh
82
82
sudo ./b2 install link=static
83
83
- name : Install protobuf
@@ -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://boostorg.jfrog.io/artifactory/main/release/1.84 .0/source/boost_1_84_0 .zip" -OutFile "boost_1_84_0 .zip"
159
- Expand-Archive "boost_1_84_0 .zip" -Force
160
- cd .\boost_1_84_0\boost_1_84_0 \
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"
159
+ Expand-Archive "boost_1_87_0 .zip" -Force
160
+ cd .\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
You can’t perform that action at this time.
0 commit comments