Skip to content

Commit

Permalink
Remove static mac deps to be installed (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Nov 8, 2024
1 parent 2deba73 commit b672fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/internal/install-shinyverse/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ runs:
if: runner.os == 'macOS'
uses: rstudio/shiny-workflows/setup-macOS-dependencies@v1
with:
extra-packages: ${{ steps.mac-deps.outputs.pkgs }} terra Cairo FreeType RMySQL textshaping units
extra-packages: ${{ steps.mac-deps.outputs.pkgs }} Cairo FreeType RMySQL textshaping units
1 change: 1 addition & 0 deletions inst/apps/001-hello/app.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Keep this line to manually test this shiny application. Do not edit this line; shinycoreci::::is_manual_app


library(shiny)

# Define UI for app that draws a histogram ----
Expand Down

0 comments on commit b672fa2

Please sign in to comment.