ci(test): Disable installation of Cairo for unit tests (#4301)

This commit is contained in:
Barret Schloerke
2025-10-15 16:24:22 -04:00
committed by GitHub
parent 48d255a235
commit 50a140c580

View File

@@ -19,3 +19,7 @@ jobs:
uses: rstudio/shiny-workflows/.github/workflows/routine.yaml@v1 uses: rstudio/shiny-workflows/.github/workflows/routine.yaml@v1
R-CMD-check: R-CMD-check:
uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1 uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1
with:
# On R 4.2, Cairo has difficulty installing
# Remove this line when https://github.com/s-u/Cairo/issues/52 is merged
extra-packages: Cairo=?ignore