test changing the windows temp dir

This commit is contained in:
Ian Butterworth
2024-01-15 18:44:42 -05:00
parent ffd1649f9b
commit 8f9027b72b
4 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
TEMP: ${{ runner.temp }}
timeout-minutes: 60
strategy:
fail-fast: false

View File

@@ -14,6 +14,8 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
TEMP: ${{ runner.temp }}
timeout-minutes: 60
strategy:
fail-fast: false

View File

@@ -16,6 +16,8 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
TEMP: ${{ runner.temp }}
timeout-minutes: 60
strategy:
fail-fast: false

View File

@@ -15,6 +15,8 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
TEMP: ${{ runner.temp }}
timeout-minutes: 60
strategy:
fail-fast: false