Skip to content

Commit a570463

Browse files
authored
Update R-CMD-check.yaml: add --resave-data to build_args
1 parent 27fa62a commit a570463

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
@@ -48,4 +48,4 @@ jobs:
4848
- uses: r-lib/actions/check-r-package@v2
4949
with:
5050
upload-snapshots: true
51-
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
51+
build_args: 'c("--resave-data","--no-manual","--compact-vignettes=gs+qpdf")'

0 commit comments

Comments
 (0)