mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-10 17:38:10 +00:00
[github] ci: install NSIS (take 6)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -130,8 +130,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
winget install -e --id NSIS.NSIS --silent --accept-source-agreements --accept-package-agreements
|
winget install -e --id NSIS.NSIS --silent --accept-source-agreements --accept-package-agreements
|
||||||
$paths = @(
|
$paths = @(
|
||||||
"$Env:ProgramFiles\NSIS\Bin",
|
(Join-Path ${env:ProgramFiles} 'NSIS\Bin'),
|
||||||
"$Env:ProgramFiles(x86)\NSIS\Bin"
|
(Join-Path ${env:ProgramFiles(x86)} 'NSIS\Bin')
|
||||||
) | Where-Object { Test-Path $_ }
|
) | Where-Object { Test-Path $_ }
|
||||||
|
|
||||||
if ($paths.Count -eq 0) {
|
if ($paths.Count -eq 0) {
|
||||||
|
Reference in New Issue
Block a user