Skip to content

Commit

Permalink
Change TEMP dir for GH action env
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigla committed Feb 20, 2024
1 parent 5d7ffe3 commit 77d6620
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 77d6620

Please sign in to comment.