Skip to content

Commit 4cd453e

Browse files
committed
ci: Check tarball size
1 parent 27bd3bc commit 4cd453e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/install/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ 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
60+
echo "_R_CHECK_CRAN_INCOMING_SKIP_LARGE_VERSION_=true" | tee -a $GITHUB_ENV
5961
shell: bash
6062

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

0 commit comments

Comments
 (0)