Skip to content

Commit 87e32c2

Browse files
committed
Re-enabled Linux builds after fixed Windows.
1 parent 1e33aad commit 87e32c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_build_wheels_.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Use 'ubuntu-22.04' because 24.04 is not available for 'act' yet.
1818
# The 'ubuntu-*-arm' runners are not free for open source yet.
1919
os:
20-
#- 'ubuntu-22.04'
20+
- 'ubuntu-22.04'
2121
#- 'ubuntu-22.04-arm'
2222
- 'windows-2022'
2323
exclude:
@@ -42,6 +42,7 @@ jobs:
4242
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair -w {dest_dir} {wheel} --exclude libpvcam.so.*'
4343
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: ''
4444
CIBW_ENVIRONMENT_LINUX: "PVCAM_SDK_PATH=$PWD/pvcam-sdk/linux"
45+
# Windows build doesn't run in container and %CD% doesn't work
4546
CIBW_ENVIRONMENT_WINDOWS: "PVCAM_SDK_PATH=${GITHUB_WORKSPACE}/pvcam-sdk/windows"
4647
CIBW_BEFORE_ALL_LINUX: >
4748
for d in i686 x86_64 aarch64; do

0 commit comments

Comments
 (0)