Skip to content

Commit 49480ae

Browse files
committed
try install g++
1 parent 0323e52 commit 49480ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +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
44+
yum install -y gsl gsl-devel g++
4545
gsl-config --version
4646
echo $PATH
4747

0 commit comments

Comments
 (0)