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 3b67b18 commit 0f22400Copy full SHA for 0f22400
.github/workflows/installcheck.yaml
@@ -22,6 +22,11 @@ jobs:
22
path: ~/pg14
23
key: ${{ runner.os }}-v1-pg14-${{ 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 14 and some extensions
31
if: steps.pg14cache.outputs.cache-hit != 'true'
32
run: |
0 commit comments