summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-12-05 23:27:55 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2023-12-05 23:27:55 +0100
commitecbfaa9c2e6733d516351d0a815b4cd822bfed39 (patch)
tree83af279c13a4a6d1032650aca4f7a2b21b49ad3e /.github
parent2c0cf2e0c933b16a107cc29451ad92d3a48bb481 (diff)
parent1ab0add0afbd91624133141158349c3551c42a93 (diff)
downloadfork-ledger-ecbfaa9c2e6733d516351d0a815b4cd822bfed39.tar.gz
fork-ledger-ecbfaa9c2e6733d516351d0a815b4cd822bfed39.tar.bz2
fork-ledger-ecbfaa9c2e6733d516351d0a815b4cd822bfed39.zip
Merge branch 'master' into modernize-test-scripts
Diffstat (limited to '.github')
-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.