mirror of
https://github.com/transmission/transmission
synced 2025-02-06 22:42:33 +00:00
Switch to Strawberry Perl for AppVeyor Windows builds (#2763)
This commit is contained in:
parent
749bb591fb
commit
065cf1146f
1 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,6 @@ for:
|
|||
git submodule update --init --recursive
|
||||
|
||||
choco install python3 --pre
|
||||
choco install ActivePerl
|
||||
choco install nasm
|
||||
choco install jom
|
||||
choco install wixtoolset --version 3.11.2
|
||||
|
@ -52,7 +51,7 @@ for:
|
|||
build_script:
|
||||
- pwsh: |
|
||||
$Env:PATH = @(
|
||||
(Join-Path $Env:SystemDrive Perl64 bin)
|
||||
(Join-Path $Env:SystemDrive Strawberry perl bin)
|
||||
(Join-Path $Env:ProgramFiles NASM)
|
||||
(Join-Path ${Env:ProgramFiles(x86)} 'WiX Toolset v3.11' bin)
|
||||
$Env:PATH
|
||||
|
|
Loading…
Reference in a new issue