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 7b2acfd commit 4e9c734Copy full SHA for 4e9c734
.github/workflows/installcheck.yaml
@@ -22,6 +22,11 @@ jobs:
22
path: ~/pg15
23
key: ${{ runner.os }}-v1-pg15-${{ 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 15 and some extensions
31
if: steps.pg15cache.outputs.cache-hit != 'true'
32
run: |
0 commit comments