mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
run tests with github actions, take 2
This commit is contained in:
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install postgres dependencies
|
- name: Install postgres dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install build-essential libreadline-dev zlib1g-dev flex bison libxml2-dev libcurl-dev
|
sudo apt install build-essential libreadline-dev zlib1g-dev flex bison libxml2-dev libcurl4-openssl-dev
|
||||||
|
|
||||||
- name: Build postgres
|
- name: Build postgres
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user