From cf8fd54ebb5b043e20044224d3f2ad6ddc896e2f Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 5 Dec 2023 13:10:05 +0100 Subject: chore: Install icu4c for tests and force install of dependencies --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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. -- cgit v1.2.3