Skip to content

Commit 03e9acd

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

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-
sudo apt-get update
45-
sudo apt-get install -y cmake build-essential libomp-dev git pkg-config gcc g++
44+
apt-get update
45+
apt-get install -y cmake build-essential libomp-dev git pkg-config gcc g++
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)