Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Jan 15, 2025
1 parent 78bed56 commit 94ebbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
cp 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\8e4755178e6b5bcba8d3538c3630b7a5.cab' ./temp/
cp 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\b80b7321357f7c9f281536f9440dfe68.cab' ./temp/
cp 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\c2aabf6ea5c1d348ec22f3aeb92f8656.cab' ./temp/
Start-Process "msiexec.exe" -ArgumentList "/i './temp/MsiVal2-x86_en-us.msi' /quiet /qn" -Wait
Start-Process "msiexec.exe" -ArgumentList "/i './temp/MsiVal2-x86_en-us.msi'" -Wait
- name: Build
if: success() && matrix.type == 'msbuild'
Expand Down

0 comments on commit 94ebbf6

Please sign in to comment.