Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Mar 15, 2024
1 parent adceeb4 commit a005a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/internal/install-shinyverse/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ runs:
- name: Install macOS brew dependencies for all apps
uses: shiny-workflows/setup-macOS-dependencies@v1
if: ${{ runner.os == 'macOS' }}
working-directory: R # something other than `.`
# something other than `.`
working-directory: R
with:
extra-packages: |
${{ steps.app-deps.outputs.pkgs }}
Expand Down

0 comments on commit a005a00

Please sign in to comment.