Skip to content

Commit 204463f

Browse files
committedJun 29, 2022
CI: ensure gcc 11 toolset is available on the PATH
1 parent 1bcd370 commit 204463f

File tree

1 file changed

+1
-0
lines changed
  • .github/workflows

1 file changed

+1
-0
lines changed
 

Diff for: ‎.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +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
Has conversations. Original line has conversations.
7475
- name: Dependencies (Linux musl)
7576
if: contains(matrix.container, 'alpine')
7677
run: apk add build-base git python3 --update-cache

0 commit comments

Comments
 (0)
Please sign in to comment.