Skip to content

Commit

Permalink
Added step to handle TMPDIR issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigla committed Jan 22, 2024
1 parent d6d5f1d commit 7ec63f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: change temp dir
run: echo "TMPDIR=${{ runner.temp }}" >> $GITHUB_ENV
shell: bash

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 7ec63f8

Please sign in to comment.