Skip to content

Commit

Permalink
Fix appyeyor syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent 210b276 commit 9ca8a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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
# 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
Expand Down

0 comments on commit 9ca8a22

Please sign in to comment.