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 9766483 commit 6961e44Copy full SHA for 6961e44
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
New-Item -ItemType directory KinectSDK-v1.8 | Out-Null
32
wget "https://download.microsoft.com/download/E/1/D/E1DEC243-0389-4A23-87BF-F47DE869FC1A/KinectSDK-v1.8-Setup.exe" -OutFile KinectSDK-v1.8-Setup.exe
33
- & "C:\Program Files (x86)\WiX Toolset v3.11\bin\dark.exe" KinectSDK-v1.8-Setup.exe -x KinectSDK-v1.8
+ & "C:\Program Files (x86)\WiX Toolset v3.14\bin\dark.exe" KinectSDK-v1.8-Setup.exe -x KinectSDK-v1.8
34
Start-Process msiexec -ArgumentList "/a ${{ github.workspace }}\KinectSDK-v1.8\AttachedContainer\KinectSDK-v1.8-x64.msi /qn TARGETDIR=${{ github.workspace }}\KinectSDK-v1.8\AttachedContainer\SDK18" -Wait -NoNewWindow
35
36
- name: Add MSBuild to PATH
0 commit comments