summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-12-05 13:10:05 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2023-12-05 13:10:05 +0100
commitcf8fd54ebb5b043e20044224d3f2ad6ddc896e2f (patch)
tree8d2773b2b51bfdd5713651c7f71a57d98eafca54
parentd32be096040695d2f91a14d5b853ebc302a078a2 (diff)
downloadfork-ledger-cf8fd54ebb5b043e20044224d3f2ad6ddc896e2f.tar.gz
fork-ledger-cf8fd54ebb5b043e20044224d3f2ad6ddc896e2f.tar.bz2
fork-ledger-cf8fd54ebb5b043e20044224d3f2ad6ddc896e2f.zip
chore: Install icu4c for tests and force install of dependencies
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 62674d77..8d3456ad 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -53,7 +53,7 @@ jobs:
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
brew update
- brew install boost boost-python3 gmp mpfr gpgme
+ brew install --force --overwrite boost boost-python3 gmp mpfr icu4c gpgme
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.