Switch to Strawberry Perl for AppVeyor Windows builds (#2763)

This commit is contained in:
Mike Gelfand 2022-03-12 15:49:39 +00:00 committed by GitHub
parent 749bb591fb
commit 065cf1146f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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