Skip to content

Commit

Permalink
WIP list location windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Jun 17, 2024
1 parent 900b871 commit d1b6d59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
env:
Expand Down

0 comments on commit d1b6d59

Please sign in to comment.