Skip to content

Commit

Permalink
add args
Browse files Browse the repository at this point in the history
  • Loading branch information
csangara committed Aug 1, 2024
1 parent 7af8ca9 commit 0e91dac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-examples", "--no-tests", "--no-vignettes", "--no-manual")'
args: 'c("--no-examples", "--no-tests", "--no-vignettes", "--no-manual")'
build_args: 'c("--no-manual","--no-build-vignettes")'


0 comments on commit 0e91dac

Please sign in to comment.