File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ jobs:
1010
1111 runs-on : ubuntu-20.04
1212
13- # Github Runner for Ubuntu 20
13+ # Github Runner for Ubuntu 20.04
1414 # has PgSQL 14 installed by default
1515 # We remove that, and then install the
1616 # version we are testing.
1717 env :
1818 OS_PGVER : 14
19+ OS_NAME : focal-pgdg
1920
2021
2122 name : " CI"
4748 export PGDATA=/var/lib/postgresql/$PGVER/main
4849 export PGETC=/etc/postgresql/$PGVER/main
4950 export PGBIN=/usr/lib/postgresql/$PGVER/bin
50- source /etc/os-release
51- export OS_NAME=${UBUNTU_CODENAME}-pgdg
5251 env
5352 curl -L https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
5453 sudo add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ $OS_NAME main $PGVER"
You can’t perform that action at this time.
0 commit comments