Skip to content

Commit

Permalink
see if that speeds things up
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 10, 2024
1 parent cfe4e07 commit 133a148
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
run: |
brew install abseil
- name: Set Makevars (Ubuntu)
if: matrix.config.os == 'ubuntu-latest'
run: |
mkdir ~/.R && echo "MAKEFLAGS = -j$(nproc)" > ~/.R/Makevars
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit 133a148

Please sign in to comment.