Skip to content

Commit ddd60ec

Browse files
committed
Cmake issue on Linux builds
1 parent 9a5bac6 commit ddd60ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_linux_aarch64_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Build wheels
19-
uses: pypa/cibuildwheel@v2.23.3
19+
uses: pypa/cibuildwheel@v2.23.2
2020
env:
2121
CIBW_ENVIRONMENT_PASS_LINUX: OIIO_STATIC CIBUILDWHEEL MUSLLINUX_BUILD
2222
MUSLLINUX_BUILD: ${{ matrix.distrib == 'musllinux' && '1' || '0' }}

.github/workflows/build_linux_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Build wheels
19-
uses: pypa/cibuildwheel@v2.23.3
19+
uses: pypa/cibuildwheel@v2.23.2
2020
env:
2121
CIBW_ENVIRONMENT_PASS_LINUX: OIIO_STATIC CIBUILDWHEEL MUSLLINUX_BUILD
2222
MUSLLINUX_BUILD: ${{ matrix.distrib == 'musllinux' && '1' || '0' }}

0 commit comments

Comments
 (0)