Skip to content

Commit 767e83d

Browse files
committed
actions: fix CI badge and run apt update
1 parent fcd30e0 commit 767e83d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/ubuntu-prerequisites/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ runs:
66
steps:
77
- name: Remove preinstalled postgresql
88
run: |
9+
sudo apt update -qq
910
sudo apt-get remove -yq postgresql*
1011
shell: bash
1112

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ database suitable for applications like rendering into a map, geocoding with
77
Nominatim, or general analysis.
88

99
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/7abwls7hfmb83axj/branch/master?svg=true)](https://ci.appveyor.com/project/openstreetmap/osm2pgsql/branch/master)
10-
[![Github Actions Build Status](https://github.com/openstreetmap/osm2pgsql/workflows/OSX%20CI/badge.svg?branch=master)](https://github.com/openstreetmap/osm2pgsql/actions)
10+
[![Github Actions Build Status](https://github.com/openstreetmap/osm2pgsql/workflows/CI/badge.svg?branch=master)](https://github.com/openstreetmap/osm2pgsql/actions)
1111
[![Packaging Status](https://repology.org/badge/tiny-repos/osm2pgsql.svg)](https://repology.org/project/osm2pgsql/versions)
1212

1313
## Features ##

0 commit comments

Comments
 (0)