Skip to content

Commit

Permalink
install R as part of GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Apr 22, 2024
1 parent e631e06 commit d9584b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
# version: 0.9.105

# Uncomment to install R
# - uses: r-lib/actions/setup-r@v2
# with:
# use-public-rspm: true
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

# Uncomment to install R dependencies
# - uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-r-dependencies@v2

# - name: Render book to all format
# # Add any command line argument needed
Expand Down

0 comments on commit d9584b5

Please sign in to comment.