Skip to content
Snippets Groups Projects
Commit 91a7eeb5 authored by Jonas Leder's avatar Jonas Leder
Browse files

fix job

parent 066994c3
Branches
No related tags found
No related merge requests found
Pipeline #24632 failed
......@@ -14,7 +14,7 @@ build:
- sleep 10
- cd .\Win10SDK
- $path = (pwd).Path
- $job = Start-Job { $path/winsdksetup.exe /installpath "C:\Win10SDK" /features + /quiet /norestart }
- $job = Start-Job { & $path/winsdksetup.exe /installpath "C:\Win10SDK" /features + /quiet /norestart }
- Wait-Job $job
- Receive-Job $job
- $env:Path += ';C:\Win10SDK'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment