File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Install Prerequisites on macOS
1
+ name : Install homebrew packages on macOS
2
2
3
3
runs :
4
4
using : composite
5
5
steps :
6
6
- name : Install homebrew packages
7
- run : brew install boost gdal geos
7
+ run : |
8
+ brew install \
9
+ boost \
10
+ gdal \
11
+ geos
8
12
shell : bash
9
13
Original file line number Diff line number Diff line change 1
- name : Install Prerequisites on Ubuntu
1
+ name : Install apt packages on Ubuntu/Debian
2
2
3
3
runs :
4
4
using : composite
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Osmium/OSM Area Tools uses the following naming conventions:
36
36
37
37
## Programs
38
38
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 )
40
40
41
41
42
42
### ` oat_closed_way_filter `
You can’t perform that action at this time.
0 commit comments