We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f22b6 commit c3e8416Copy full SHA for c3e8416
.github/workflows/R-CMD-check.yaml
@@ -38,6 +38,10 @@ jobs:
38
steps:
39
- uses: actions/checkout@v4
40
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
+
45
- uses: r-lib/actions/setup-pandoc@v2
46
47
- uses: r-lib/actions/setup-r@v2
0 commit comments