name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
- container: pgxn/pgxn-tools
+ container:
+ image: pgxn/pgxn-tools
+ options: -e AS_USER=postgres
steps:
- name: Start PostgreSQL ${{ matrix.pg }}
- name: Check out the repo
uses: actions/checkout@v3
- name: Install extra build dependencies
- run: sudo apt-get install -y liblz4-dev
+ run: sudo apt-get install -y liblz4-dev libipc-run-perl
- name: Build and test on PostgreSQL ${{ matrix.pg }}
run: PATH=$PATH:/usr/lib/postgresql/${{ matrix.pg }}/bin pg-build-test