File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 runs-on : ubuntu-latest
2020 container :
21- image : ${{ format('ghcr.io/postgres-dev/{0}:1.0', matrix.os) }}
22- options : --privileged
21+ image : postgres: ${{ matrix.pg_version }}
22+ options : --user root
2323 env :
2424 PGDATA : $HOME/data
2525 PG_BRANCH : ${{ format('REL_{0}_STABLE', matrix.pg_version) }}
3232 # Install general build tools
3333 - name : Install build tools
3434 run : |
35- sudo apt update
36- sudo apt install -y build-essential automake meson ninja-build pkg-config libxml2-dev wget gnupg lsb-release
35+ apt update
36+ apt install -y build-essential automake meson ninja-build pkg-config libxml2-dev wget gnupg lsb-release
3737
3838 # Set PG_CONFIG to container's Postgres
3939 - name : Set PG_CONFIG
You can’t perform that action at this time.
0 commit comments