Skip to content

Commit

Permalink
Add some debug commands to work around postgres issue in image
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Nov 14, 2023
1 parent 4b932d2 commit c445bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ for:
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
install:
- sh: git fetch --prune --unshallow # to fix the version dump issues
- sh: sudo DEBIAN_FRONTEND=noninteractive ls /etc/apt/sources.list.d/
- sh: sudo DEBIAN_FRONTEND=noninteractive cat /etc/apt/sources.list
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y update
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3.7-dev libgtk-3-dev python3-pip libwebkit2gtk-4.0-dev
before_build:
Expand Down

0 comments on commit c445bb4

Please sign in to comment.