mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-09 15:08:04 -05:00
ci(test): Disable installation of Cairo for unit tests (#4301)
This commit is contained in:
4
.github/workflows/R-CMD-check.yaml
vendored
4
.github/workflows/R-CMD-check.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user