Skip to content

Commit 4d5b955

Browse files
committed
trying to solve macos error on pkg check via github actions
1 parent abb7d55 commit 4d5b955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
extra-packages: any::rcmdcheck
4646
needs: check
47+
cache: false ## Disable macos error with pkg.lock template wrong
4748

4849
- uses: r-lib/actions/check-r-package@v2
4950
with:

0 commit comments

Comments
 (0)