Skip to content

Commit 98d45d7

Browse files
committed
Avoid multiarch
1 parent 319da68 commit 98d45d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ runs:
99
steps:
1010
- uses: r-lib/actions/check-r-package@v2
1111
with:
12+
# Fails on R 3.6 on Windows, remove when this job is removed?
13+
args: 'c("--no-manual", "--as-cran", "--no-multiarch")'
1214
error-on: ${{ env.RCMDCHECK_ERROR_ON || '"note"' }}
1315

1416
- name: Run coverage check

0 commit comments

Comments
 (0)