We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53309f commit 436caa2Copy full SHA for 436caa2
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
New-Item -ItemType directory KinectSDK-v2.0 | Out-Null
32
wget "https://download.microsoft.com/download/F/2/D/F2D1012E-3BC6-49C5-B8B3-5ACFF58AF7B8/KinectSDK-v2.0_1409-Setup.exe" -OutFile KinectSDK-v2.0-Setup.exe
33
- & "C:\Program Files (x86)\WiX Toolset v3.11\bin\dark.exe" KinectSDK-v2.0-Setup.exe -x KinectSDK-v2.0
+ & "C:\Program Files (x86)\WiX Toolset v3.14\bin\dark.exe" KinectSDK-v2.0-Setup.exe -x KinectSDK-v2.0
34
Start-Process msiexec -ArgumentList "/a ${{ github.workspace }}\KinectSDK-v2.0\AttachedContainer\KinectSDK-v2.0_1409-x64.msi /passive /qn" -Wait -NoNewWindow
35
36
- name: Add MSBuild to PATH
0 commit comments