Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller authored Jun 16, 2024
1 parent 5940c45 commit 3b70fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ jobs:
- name: Setup pylon
run: |
cd pylon-installer
Basler-pylon-7.4.0.14900.exe /quiet /install="GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs;DataProcessing_SDK"
shell: cmd
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: Build wheels
uses: pypa/cibuildwheel@v2.13.0
Expand Down

0 comments on commit 3b70fb0

Please sign in to comment.