Skip to content

Commit 4080673

Browse files
committed
Github action: cleanup
1 parent e7f18eb commit 4080673

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
77
run: |
88
brew install \
9-
boost \
10-
fmt \
11-
gdal \
12-
sqlite
9+
boost \
10+
fmt \
11+
gdal \
12+
sqlite
1313
shell: bash
1414

.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

0 commit comments

Comments
 (0)