diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1dae1c0..c5383e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -177,6 +177,11 @@ jobs: ren Basler-pylon-*.exe Basler-pylon.exe Start-Process Basler-pylon.exe -Wait -ArgumentList '/quiet /install=GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs;DataProcessing_SDK' + - name: List Install Location + run: | + echo "Installation into: " + echo %PYLON_DEV_DIR% + - name: Build wheels uses: pypa/cibuildwheel@v2.19 env: