Skip to content

Commit 1949767

Browse files
committed
fix: missign packages required to install pg-query-ext through pie
1 parent f250488 commit 1949767

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/job-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
coverage: 'pcov'
8080
extensions: ':psr, bcmath, dom, hash, json, mbstring, xml, xmlwriter, xmlreader, zlib, curl'
8181
ini-values: 'memory_limit=-1, post_max_size=32M, upload_max_filesize=32M'
82+
apt-packages: "build-essential autoconf automake libtool protobuf-compiler libprotobuf-c-dev"
8283
pie-extensions: "flow-php/pg-query-ext:1.x-dev"
8384

8485
- name: Set up Node.js

0 commit comments

Comments
 (0)