We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f4182 commit 10b394aCopy full SHA for 10b394a
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
steps:
16
- name: Install Postgres Build Dependencies
17
run: |
18
+ sudo apt-get update
19
sudo apt-get install build-essential coreutils libreadline-dev zlib1g-dev flex bison libxml2-dev libxslt-dev libssl-dev libxml2-utils xsltproc git
20
21
- name: Checkout postgres repository
0 commit comments