We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb65862 commit 6ece698Copy full SHA for 6ece698
1 file changed
.github/workflows/installcheck.yaml
@@ -22,6 +22,11 @@ jobs:
22
path: ~/pg16
23
key: ${{ runner.os }}-v1-pg16-${{ env.PG_COMMIT_HASH }}
24
25
+ - name: Install necessary dependencies
26
+ run: |
27
+ sudo apt-get update
28
+ sudo apt-get install -y build-essential libreadline-dev zlib1g-dev flex bison
29
+
30
- name: Install PostgreSQL 16 and some extensions
31
if: steps.pg16cache.outputs.cache-hit != 'true'
32
run: |
0 commit comments