From d8d30b9d5c871dada773c58de93513ece24c940d Mon Sep 17 00:00:00 2001 From: Thomas Lawson Date: Thu, 9 May 2024 14:23:06 +0100 Subject: [PATCH] CI/CD update --- .github/workflows/check-bioc.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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