From f3518fa4cae4aa30338482b2a81077e5c1602462 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Mon, 16 Dec 2024 19:42:46 +0100 Subject: [PATCH] Github action: Clean up --- .github/actions/install-macos/action.yml | 8 ++++++-- .github/actions/install-ubuntu/action.yml | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/actions/install-macos/action.yml b/.github/actions/install-macos/action.yml index b19f859..e62fe68 100644 --- a/.github/actions/install-macos/action.yml +++ b/.github/actions/install-macos/action.yml @@ -1,9 +1,13 @@ -name: Install Prerequisites on macOS +name: Install homebrew packages on macOS runs: using: composite steps: - name: Install homebrew packages - run: brew install boost gdal geos + run: | + brew install \ + boost \ + gdal \ + geos shell: bash diff --git a/.github/actions/install-ubuntu/action.yml b/.github/actions/install-ubuntu/action.yml index 2d6cccf..5b04670 100644 --- a/.github/actions/install-ubuntu/action.yml +++ b/.github/actions/install-ubuntu/action.yml @@ -1,4 +1,4 @@ -name: Install Prerequisites on Ubuntu +name: Install apt packages on Ubuntu/Debian runs: using: composite diff --git a/README.md b/README.md index 1725779..ad261f9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Osmium/OSM Area Tools uses the following naming conventions: ## Programs -[![Build Status](https://github.com/osmcode/osm-area-tools/workflows/CI/badge.svg?branch=master)](https://github.com/osmcode/osm-area-tools/actions) +[![Build Status](https://github.com/osmcode/osm-area-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/osmcode/osm-area-tools/actions) ### `oat_closed_way_filter`