We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cb4b6 commit 61640fbCopy full SHA for 61640fb
.github/workflows/ci.yml
@@ -57,7 +57,9 @@ jobs:
57
if: contains(matrix.container, 'centos')
58
run: |
59
curl -sL https://rpm.nodesource.com/setup_${{ matrix.nodejs_version }}.x | bash -
60
- yum install -y gcc-c++ make git python3 nodejs
+ 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
63
- name: Dependencies (Linux musl)
64
if: contains(matrix.container, 'alpine')
65
run: apk add build-base git python3 --update-cache
0 commit comments