From 459914def6a9f2a82fe2293a41c34e294649a8d6 Mon Sep 17 00:00:00 2001 From: Thomas Lawson Date: Thu, 9 May 2024 14:30:30 +0100 Subject: [PATCH] CI/CD update --- .github/workflows/check-bioc.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index a543e34..569818a 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -135,7 +135,14 @@ jobs: ## https://github.com/r-lib/usethis/commit/f1f1e0d10c1ebc75fd4c18fa7e2de4551fd9978f#diff-9bfee71065492f63457918efcd912cf2 brew install imagemagick@6 + ## For textshaping, required by ragg, and required by pkgdown + brew install harfbuzz fribidi + ## For installing usethis's dependency gert + brew install libgit2 + + ## Required for tcltk + brew install xquartz --cask ## required for ncdf4 ## brew install netcdf ## Does not work as it is compiled with gcc