Skip to content

Commit

Permalink
Re-enable update on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent 7081fa4 commit 210b276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ install:
- cmd: if not exist "C:\strawberry" cinst StrawberryPerl --allow-empty-checksums
- cmd: path C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
# - cmd: cd C:\projects\%APPVEYOR_PROJECT_NAME%
# Currently fails on http://apt.postgresql.org/pub/repos/apt bionic-pgdg Release
# - sh: sudo apt update -q -y
Currently fails on http://apt.postgresql.org/pub/repos/apt bionic-pgdg Release
- sh: sudo apt update -q -y
- sh: sudo DEBIAN_FRONTEND=noninteractive apt install -q -y --force-yes build-essential git libssl-dev perl liblog-any-perl
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
- perl -V
Expand Down

0 comments on commit 210b276

Please sign in to comment.