Skip to content

Commit c3e8416

Browse files
committed
add additional step to prevent memory error in check
1 parent 57f22b6 commit c3e8416

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/R-CMD-check.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040

41+
- name: Memory issue in R
42+
if: ${{ (matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'devel') || (matrix.config.os == 'windows-latest' && matrix.config.r == 'oldrel-3') }}
43+
run: echo "MAKEFLAGS=-j1" >> $GITHUB_ENV
44+
4145
- uses: r-lib/actions/setup-pandoc@v2
4246

4347
- uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)