From a02a60c4aa77e33b640398c5d6fe314864f53388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thies=20M=C3=B6ller?= Date: Sun, 16 Jun 2024 22:01:05 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1dae1c0..f86f43a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -176,6 +176,7 @@ jobs: cd pylon-installer 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' + dir "C:/Program Files/Basler/pylon 7/Development" - name: Build wheels uses: pypa/cibuildwheel@v2.19