diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 96919a4..8b77d12 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -136,7 +136,11 @@ jobs: brew install imagemagick@6 ## For textshaping, required by ragg, and required by pkgdown - brew install harfbuzz fribidi + brew install harfbuzz + brew install fribidi + + ## For installing usethis's dependency gert + brew install libgit2 ## required for ncdf4 ## brew install netcdf ## Does not work as it is compiled with gcc