Skip to content

Commit

Permalink
w6
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernrennfanz committed Jul 2, 2024
1 parent fd7a77a commit d8cd1a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ jobs:
run: |
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'
$process = (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')
Write-Host "Process finished with return code: " $process.ExitCode
- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit d8cd1a6

Please sign in to comment.