Skip to content

Commit f3518fa

Browse files
committed
Github action: Clean up
1 parent 35ced3e commit f3518fa

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
name: Install Prerequisites on macOS
1+
name: Install homebrew packages on macOS
22

33
runs:
44
using: composite
55
steps:
66
- name: Install homebrew packages
7-
run: brew install boost gdal geos
7+
run: |
8+
brew install \
9+
boost \
10+
gdal \
11+
geos
812
shell: bash
913

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Install Prerequisites on Ubuntu
1+
name: Install apt packages on Ubuntu/Debian
22

33
runs:
44
using: composite

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Osmium/OSM Area Tools uses the following naming conventions:
3636

3737
## Programs
3838

39-
[![Build Status](https://github.com/osmcode/osm-area-tools/workflows/CI/badge.svg?branch=master)](https://github.com/osmcode/osm-area-tools/actions)
39+
[![Build Status](https://github.com/osmcode/osm-area-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/osmcode/osm-area-tools/actions)
4040

4141

4242
### `oat_closed_way_filter`

0 commit comments

Comments
 (0)