Skip to content

Commit b672fa2

Browse files
authored
Remove static mac deps to be installed (#275)
1 parent 2deba73 commit b672fa2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/internal/install-shinyverse/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ runs:
6767
if: runner.os == 'macOS'
6868
uses: rstudio/shiny-workflows/setup-macOS-dependencies@v1
6969
with:
70-
extra-packages: ${{ steps.mac-deps.outputs.pkgs }} terra Cairo FreeType RMySQL textshaping units
70+
extra-packages: ${{ steps.mac-deps.outputs.pkgs }} Cairo FreeType RMySQL textshaping units

inst/apps/001-hello/app.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Keep this line to manually test this shiny application. Do not edit this line; shinycoreci::::is_manual_app
22

3+
34
library(shiny)
45

56
# Define UI for app that draws a histogram ----

0 commit comments

Comments
 (0)