File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
with :
159
159
fetch-depth : ' 0'
160
160
- name : Set TOOLSET
161
- run : echo ${{ matrix.compiler }} | awk '/^g/ { print "TOOLSET=gcc" } /^clang/ { print "TOOLSET=clang" }' >> $GITHUB_ENV
161
+ run : echo g++ | awk '/^g/ { print "TOOLSET=gcc" } /^clang/ { print "TOOLSET=clang" }' >> $GITHUB_ENV
162
162
- name : Add repository
163
163
continue-on-error : true
164
164
id : addrepo
@@ -234,7 +234,7 @@ jobs:
234
234
if : steps.retry1.outcome=='failure'
235
235
run : sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
236
236
- name : Install packages
237
- run : sudo apt install g++-10 g++-11 clang-10 clang-11 libgmp-dev libmpfr-dev libtommath-dev libeigen3-dev libmpfi-dev libmpc-dev
237
+ run : sudo apt install g++-9 g++- 10 g++-11 clang-10 clang-11 libgmp-dev libmpfr-dev libtommath-dev libeigen3-dev libmpfi-dev libmpc-dev
238
238
- name : Checkout main boost
239
239
run : git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
240
240
- name : Update tools/boostdep
You can’t perform that action at this time.
0 commit comments