Skip to content

Commit e3cab7f

Browse files
committed
CI: fix path to gcc toolset
1 parent 204463f commit e3cab7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
curl -sL https://rpm.nodesource.com/setup_${{ matrix.nodejs_version }}.x | bash -
7373
dnf install -y gcc-toolset-11-gcc-c++ make git python3 nodejs
74-
echo "/opt/rh/devtoolset-11/root/usr/bin" >> $GITHUB_PATH
74+
echo "/opt/rh/gcc-toolset-11/root/usr/bin" >> $GITHUB_PATH
7575
- name: Dependencies (Linux musl)
7676
if: contains(matrix.container, 'alpine')
7777
run: apk add build-base git python3 --update-cache

0 commit comments

Comments
 (0)