Skip to content

Commit 19f613d

Browse files
committed
ci: Check tarball size
1 parent 27bd3bc commit 19f613d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/install/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ runs:
5656
echo "_R_CHECK_UNDOC_USE_ALL_NAMES_=true" | tee -a $GITHUB_ENV
5757
echo "_R_CHECK_URLS_SHOW_301_STATUS_=true" | tee -a $GITHUB_ENV
5858
echo "_R_CXX_USE_NO_REMAP_=true" | tee -a $GITHUB_ENV
59+
echo "_R_CHECK_CRAN_INCOMING_=true" | tee -a $GITHUB_ENV
5960
shell: bash
6061

6162
- name: Set environment variables (non-Windows only)

0 commit comments

Comments
 (0)