From ef261a7afdf632dd0b3d418df8856466d5a67a27 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Tue, 12 May 2026 21:25:57 +0200 Subject: [PATCH] Update windows-msi.yml Remove --accept-eula on dotnet tool install --- .github/workflows/windows-msi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-msi.yml b/.github/workflows/windows-msi.yml index 6d9aff033..0e9c295ef 100644 --- a/.github/workflows/windows-msi.yml +++ b/.github/workflows/windows-msi.yml @@ -81,7 +81,7 @@ jobs: - name: Install WiX v7 shell: pwsh 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') echo $toolsPath >> $env:GITHUB_PATH Write-Host "WiX v7 installé."