From d1b6d5911d7942d8d7063792ff26d7a2b615643f Mon Sep 17 00:00:00 2001 From: Thies Moeller Date: Mon, 17 Jun 2024 16:58:22 +0200 Subject: [PATCH] WIP list location windows --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: