Skip to content

Commit

Permalink
update R dependency install in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 27, 2024
1 parent cd546f5 commit e6d4408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ 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
Expand Down

0 comments on commit e6d4408

Please sign in to comment.