File tree 4 files changed +8
-14
lines changed
4 files changed +8
-14
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
7
run : |
8
- brew install gdal spatialite-tools
9
- shell : bash
10
- - name : Install from git
11
- run : |
12
- git clone --quiet --depth 1 https://github.com/osmcode/libosmium.git ../libosmium
13
- git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
8
+ brew install \
9
+ gdal \
10
+ spatialite-tools
14
11
shell : bash
15
12
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
13
13
pandoc \
14
14
spatialite-bin
15
15
shell : bash
16
- - name : Install from git
17
- run : |
18
- git clone --quiet --depth 1 https://github.com/osmcode/libosmium.git ../libosmium
19
- git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
20
- shell : bash
21
16
Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ jobs:
193
193
steps :
194
194
- uses : actions/checkout@v4
195
195
- uses : ./.github/actions/install-ubuntu
196
+ - uses : ./.github/actions/install-from-git
196
197
- uses : ./.github/actions/cmake
197
198
- uses : ./.github/actions/build
198
199
- uses : ./.github/actions/ctest
@@ -216,6 +217,7 @@ jobs:
216
217
steps :
217
218
- uses : actions/checkout@v4
218
219
- uses : ./.github/actions/install-macos
220
+ - uses : ./.github/actions/install-from-git
219
221
- uses : ./.github/actions/cmake
220
222
- uses : ./.github/actions/build
221
223
- uses : ./.github/actions/ctest
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ all the pieces into polygons for use in map renderers etc.
6
6
7
7
https://osmcode.org/osmcoastline
8
8
9
- [ ![ Build Status] ( https://github.com/osmcode/osmcoastline/workflows/CI /badge.svg?branch=master )] ( https://github.com/osmcode/osmcoastline/actions )
9
+ [ ![ Build Status] ( https://github.com/osmcode/osmcoastline/actions/ workflows/ci.yml /badge.svg )] ( https://github.com/osmcode/osmcoastline/actions )
10
10
11
11
## Prerequisites
12
12
You can’t perform that action at this time.
0 commit comments