Skip to content

Commit 6ca4c08

Browse files
committed
try yum
1 parent 0933581 commit 6ca4c08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
4242
CIBW_ENVIRONMENT: |
4343
GSL_CONFIG=/usr/bin/gsl-config
44-
LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
44+
LD_LIBRARY_PATH=/usr/lib64:/usr/lib:$LD_LIBRARY_PATH
4545
PATH=/usr/bin:$PATH
4646
CIBW_BEFORE_BUILD: |
47-
apt-get update
48-
apt-get install -y libgsl-dev gsl-bin
47+
yum install -y epel-release
48+
yum install -y gsl gsl-devel
4949
gsl-config --version
5050
echo $PATH
5151

0 commit comments

Comments
 (0)