Skip to content

Commit 53361e5

Browse files
committed
Fix pipeline label
1 parent 9865a8c commit 53361e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jammy_postgres16_postgis33.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Check out repository code
1616
uses: actions/checkout@v2
17-
- name: Install PostgreSQL
17+
- name: Install PostgreSQL and PostGIS
1818
env:
1919
POSTGRESQL_VERSION: 16
2020
POSTGIS_VERSION: 3

.github/workflows/noble_postgres16_postgis33.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Check out repository code
1616
uses: actions/checkout@v2
17-
- name: Install PostgreSQL
17+
- name: Install PostgreSQL and PostGIS
1818
env:
1919
POSTGRESQL_VERSION: 16
2020
POSTGIS_VERSION: 3

0 commit comments

Comments
 (0)