mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
CI: ensure gcc 11 toolset is available on the PATH
This commit is contained in:
parent
1bcd3700c5
commit
204463ffbb
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -71,6 +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
|
||||
- name: Dependencies (Linux musl)
|
||||
if: contains(matrix.container, 'alpine')
|
||||
run: apk add build-base git python3 --update-cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user