Skip to content

Commit

Permalink
[CI] fix activeperl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Dec 2, 2019
1 parent cb2bd04 commit 1df580c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/azure-pipelines/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
Write-Host "##vso[task.prependpath]C:\ProgramData\chocolatey\bin"
displayName: Install Chocolatey
- powershell: |
choco install activeperl -y
choco install activeperl --version 5.24.3.2404001 -y
Write-Host "##vso[task.prependpath]C:\Perl64\bin"
displayName: Install Perl
- script: cmake . -G "${{ parameters.cmakeGenerator }}"
Expand Down

0 comments on commit 1df580c

Please sign in to comment.