Skip to content

Commit aad5343

Browse files
committed
gcc-c++
1 parent 49480ae commit aad5343

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
4242
CIBW_BEFORE_BUILD: |
4343
yum install -y epel-release
44-
yum install -y gsl gsl-devel g++
45-
gsl-config --version
46-
echo $PATH
44+
yum install -y gcc-c++ gsl gsl-devel
4745
4846
- uses: actions/upload-artifact@v4
4947
with:

0 commit comments

Comments
 (0)