Skip to content

Commit

Permalink
TEMP to normalize with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Apr 7, 2024
1 parent c067f77 commit a13e04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run tests
run: npm test
env:
TMPDIR: ${{ runner.temp }}
TEMP: ${{ runner.temp }}

- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
Expand Down

0 comments on commit a13e04d

Please sign in to comment.