Skip to content

Commit

Permalink
Use much faster D: drive for TEMP on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 29, 2024
1 parent 76df02d commit b1e6961
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
name: Python ${{ matrix.python-version }}

steps:
# The D: drive is significantly faster than the system C: drive.
# https://github.com/actions/runner-images/issues/8755
- name: Set TEMP to D:/Temp
run: |
mkdir "D:\\Temp"
echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV
- name: Checkout Pillow
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b1e6961

Please sign in to comment.