Skip to content

Commit

Permalink
Fixed workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbryer committed Oct 23, 2023
1 parent da15774 commit 0fc9efa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Install R Packages
run: |
Expand Down

0 comments on commit 0fc9efa

Please sign in to comment.