mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
Uninstall preinstalled OpenSSL on Windows GHA builder (#5376)
This commit is contained in:
parent
e33d9536ef
commit
ac4a793816
1 changed files with 1 additions and 0 deletions
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue