Skip to content

Commit

Permalink
Fix TMPDIR on windows to avoid different disk drives
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jan 27, 2023
1 parent 2e2fa8f commit 960a061
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
# checkout full tree
fetch-depth: 0

- name: Change temp dir to use runner one (windows)
if: runner.os == 'Windows'
run: echo "TMPDIR=${{ runner.temp }}" >> $GITHUB_ENV
shell: bash

- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 960a061

Please sign in to comment.