Skip to content

Commit 54fe8ea

Browse files
committed
icu4c seems to be be missing
1 parent e56c4bd commit 54fe8ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/dependencies/install/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ inputs:
7777
curl
7878
glib
7979
httpd
80+
icu4c
8081
iniparser
8182
libmemcached
8283
mapnik

docs/build/building_on_macos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document provides users with step-by-step instructions on how to compile an
44

55
Please see our [Continuous Integration script](/.github/workflows/build-and-test.yml) for more details.
66

7-
## macOS 11/12/13/14
7+
## macOS 11/12/13/14/15
88

99
```shell
1010
#!/usr/bin/env bash
@@ -22,6 +22,7 @@ brew install \
2222
curl \
2323
glib \
2424
httpd \
25+
icu4c \
2526
iniparser \
2627
libmemcached \
2728
mapnik \

0 commit comments

Comments
 (0)