Skip to content

Commit

Permalink
Github action: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Dec 16, 2024
1 parent 35ced3e commit f3518fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/actions/install-macos/action.yml
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion .github/actions/install-ubuntu/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Install Prerequisites on Ubuntu
name: Install apt packages on Ubuntu/Debian

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f3518fa

Please sign in to comment.