Skip to content

Commit 4f17e83

Browse files
committed
leave os name explicit for easier debug
1 parent 05f1061 commit 4f17e83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
@@ -47,8 +48,6 @@ jobs:
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"

0 commit comments

Comments
 (0)