mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Uninstall preinstalled OpenSSL on Windows GHA builder (#5376)
This commit is contained in:
1
.github/workflows/actions.yml
vendored
1
.github/workflows/actions.yml
vendored
@@ -385,6 +385,7 @@ jobs:
|
||||
jom `
|
||||
nasm `
|
||||
nodejs
|
||||
& "C:\Program Files\OpenSSL\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- | Out-Host
|
||||
(Join-Path $Env:ProgramFiles NASM) | Out-File $Env:GITHUB_PATH -Append
|
||||
(Join-Path ${Env:ProgramFiles(x86)} 'WiX Toolset v3.11' bin) | Out-File $Env:GITHUB_PATH -Append
|
||||
|
||||
|
||||
Reference in New Issue
Block a user