From 065cf1146f2e98a83f084e83ef73bd3a012e0d27 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sat, 12 Mar 2022 15:49:39 +0000 Subject: [PATCH] Switch to Strawberry Perl for AppVeyor Windows builds (#2763) --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a02743d57..fe27c69b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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