Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocsa authored Aug 25, 2024
1 parent 828450f commit 12947a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
$file = "MSFS_SDK_Core_Installer_0.24.3.0.msi"
$log = "install.log"
$procMain = Start-Process "msiexec" "/a `"$file`" /qb TARGETDIR=$pwd\MSFS_SDK" -NoNewWindow -PassThru
$procMain = Start-Process "msiexec" "/a `"$file`" /qb TARGETDIR=D:\a\x52msfsout\x52msfsout\MSFS_SDK" -NoNewWindow -PassThru
$procMain.WaitForExit()
- name: Build
Expand Down

0 comments on commit 12947a8

Please sign in to comment.