Skip to content

Commit 1ed7bab

Browse files
committed
fixing linux CI
1 parent 03e9acd commit 1ed7bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
4242
CIBW_BUILD_VERBOSITY: "3"
4343
CIBW_BEFORE_ALL: |
44-
apt-get update
45-
apt-get install -y cmake build-essential libomp-dev git pkg-config gcc g++
44+
yum update -y
45+
yum install -y cmake gcc gcc-c++ make git pkgconfig
4646
# Install SLEEF in container
4747
git clone --branch 3.8 https://github.com/shibatch/sleef.git
4848
cd sleef

0 commit comments

Comments
 (0)