Skip to content

Commit a637186

Browse files
author
Mike Nguyen
committed
fix: revert CI setup-r-dependencies to valid pak syntax
Replace invalid `packages: hard-deps::., any::rcmdcheck` with `needs: check` which is the correct parameter for setup-r-dependencies@v2. This was causing all 5 CI jobs to fail at the dependency installation step.
1 parent 874bcf8 commit a637186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: r-lib/actions/setup-r-dependencies@v2
4545
with:
4646
extra-packages: any::rcmdcheck
47-
packages: hard-deps::., any::rcmdcheck
47+
needs: check
4848

4949
- uses: r-lib/actions/check-r-package@v2
5050
with:

0 commit comments

Comments
 (0)