Skip to content

Commit 61640fb

Browse files
committed
CI: use gcc 10 on Linux x64
1 parent 19cb4b6 commit 61640fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
if: contains(matrix.container, 'centos')
5858
run: |
5959
curl -sL https://rpm.nodesource.com/setup_${{ matrix.nodejs_version }}.x | bash -
60-
yum install -y gcc-c++ make git python3 nodejs
60+
yum install -y centos-release-scl
61+
yum install -y devtoolset-10-gcc-c++ make git python3 nodejs
62+
echo "/opt/rh/devtoolset-10/root/usr/bin" >> $GITHUB_PATH
6163
- name: Dependencies (Linux musl)
6264
if: contains(matrix.container, 'alpine')
6365
run: apk add build-base git python3 --update-cache

0 commit comments

Comments
 (0)