Skip to content

Commit 20ca42a

Browse files
author
Jon
committed
stop removing cmake to clean up script
1 parent a20c423 commit 20ca42a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,11 @@ jobs:
5353
name: "Ubuntu Latest (x86_64, manylinux)",
5454
os: ubuntu-latest,
5555
cibw-arch: manylinux_x86_64,
56-
CIBW_BEFORE_BUILD: "yum remove -y cmake"
5756
}
5857
- {
5958
name: "Ubuntu Latest (ARM64, manylinux)",
6059
os: ubuntu-latest,
6160
cibw-arch: manylinux_aarch64,
62-
CIBW_BEFORE_BUILD: "yum remove -y cmake",
6361
use-qemu: true
6462
}
6563
- {

0 commit comments

Comments
 (0)