Skip to content

Commit 6646c47

Browse files
committed
Repair YAML typo in CI
1 parent 47af435 commit 6646c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multiprecision.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
fetch-depth: '0'
160160
- 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
162162
- name: Add repository
163163
continue-on-error: true
164164
id: addrepo
@@ -234,7 +234,7 @@ jobs:
234234
if: steps.retry1.outcome=='failure'
235235
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
236236
- 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
238238
- name: Checkout main boost
239239
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
240240
- name: Update tools/boostdep

0 commit comments

Comments
 (0)