Skip to content

Commit

Permalink
fix actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Sep 21, 2024
1 parent 079d752 commit a0409ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup R-check dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, tlverse::sl3
extra-packages: any::rcmdcheck, github::tlverse/sl3
needs: check

- name: Check package
Expand Down

0 comments on commit a0409ff

Please sign in to comment.