Skip to content

Commit

Permalink
Don't apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 7, 2023
1 parent a30c03a commit c3e7ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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%
- 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
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
- perl -V
Expand Down

0 comments on commit c3e7ba5

Please sign in to comment.