Skip to content

Commit

Permalink
Github action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Jun 21, 2021
1 parent 8144f3e commit cf05d6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
_R_CHECK_FORCE_SUGGESTS_: false
RGL_USE_NULL: ${{ matrix.config.rglusenull }}
RSPM: ${{ matrix.config.rspm }}
NOT_CRAN: true
Expand Down Expand Up @@ -65,8 +66,8 @@ jobs:
uses: actions/cache@v1
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-

- name: Install system dependencies
if: runner.os == 'Linux'
Expand Down

0 comments on commit cf05d6a

Please sign in to comment.