We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e33aad commit 87e32c2Copy full SHA for 87e32c2
.github/workflows/_build_wheels_.yml
@@ -17,7 +17,7 @@ jobs:
17
# Use 'ubuntu-22.04' because 24.04 is not available for 'act' yet.
18
# The 'ubuntu-*-arm' runners are not free for open source yet.
19
os:
20
- #- 'ubuntu-22.04'
+ - 'ubuntu-22.04'
21
#- 'ubuntu-22.04-arm'
22
- 'windows-2022'
23
exclude:
@@ -42,6 +42,7 @@ jobs:
42
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair -w {dest_dir} {wheel} --exclude libpvcam.so.*'
43
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: ''
44
CIBW_ENVIRONMENT_LINUX: "PVCAM_SDK_PATH=$PWD/pvcam-sdk/linux"
45
+ # Windows build doesn't run in container and %CD% doesn't work
46
CIBW_ENVIRONMENT_WINDOWS: "PVCAM_SDK_PATH=${GITHUB_WORKSPACE}/pvcam-sdk/windows"
47
CIBW_BEFORE_ALL_LINUX: >
48
for d in i686 x86_64 aarch64; do
0 commit comments