diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-05 13:10:05 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-05 13:10:05 +0100 |
commit | cf8fd54ebb5b043e20044224d3f2ad6ddc896e2f (patch) | |
tree | 8d2773b2b51bfdd5713651c7f71a57d98eafca54 | |
parent | d32be096040695d2f91a14d5b853ebc302a078a2 (diff) | |
download | fork-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.yml | 2 |
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. |