Skip to content

Commit

Permalink
CI: fix path to gcc toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jun 29, 2022
1 parent 204463f commit e3cab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
curl -sL https://rpm.nodesource.com/setup_${{ matrix.nodejs_version }}.x | bash -
dnf install -y gcc-toolset-11-gcc-c++ make git python3 nodejs
echo "/opt/rh/devtoolset-11/root/usr/bin" >> $GITHUB_PATH
echo "/opt/rh/gcc-toolset-11/root/usr/bin" >> $GITHUB_PATH
- name: Dependencies (Linux musl)
if: contains(matrix.container, 'alpine')
run: apk add build-base git python3 --update-cache
Expand Down

0 comments on commit e3cab7f

Please sign in to comment.