Skip to content

Commit c14109f

Browse files
committed
don't error
1 parent 6621e29 commit c14109f

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
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: r-lib/actions/check-r-package@v2
7575
with:
76-
error-on: '"error"'
76+
error-on: '""'
7777
upload-snapshots: true
7878
build_args: 'c("--no-manual")'
7979
- name: Install the package to collect cached bindings

0 commit comments

Comments
 (0)