Update windows-msi.yml

Remove --accept-eula on dotnet tool install
This commit is contained in:
Laurent Trinques
2026-05-12 21:25:57 +02:00
committed by GitHub
parent 1550944011
commit ef261a7afd

View File

@@ -81,7 +81,7 @@ jobs:
- name: Install WiX v7 - name: Install WiX v7
shell: pwsh shell: pwsh
run: | run: |
dotnet tool install --global wix --version 7.0.0 --accept-eula dotnet tool install --global wix --version 7.0.0
$toolsPath = [System.IO.Path]::Combine($env:USERPROFILE, '.dotnet', 'tools') $toolsPath = [System.IO.Path]::Combine($env:USERPROFILE, '.dotnet', 'tools')
echo $toolsPath >> $env:GITHUB_PATH echo $toolsPath >> $env:GITHUB_PATH
Write-Host "WiX v7 installé." Write-Host "WiX v7 installé."