Skip to content

Commit

Permalink
Properly set up Windows CI workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 28, 2024
1 parent 1db69bf commit d4affcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- 'latest'
runs-on: ${{ matrix.os }}

# Workaround for path length errors during precompilation of longer repo names
TMPDIR: /tmp
env:
# Workaround for path length errors during precompilation of longer repo names
TMPDIR: /tmp

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d4affcc

Please sign in to comment.