Skip to content

Commit 61815f6

Browse files
committed
Windows CI - Corrected LOCALAPPDATA location
Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
1 parent 12b837e commit 61815f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Try {
409409
# Redirect to a temporary location.
410410
$TEMPORIG=$env:TEMP
411411
$env:TEMP="$env:TESTRUN_DRIVE`:\$env:TESTRUN_SUBDIR\CI-$COMMITHASH"
412-
$env:LOCALAPPDATA="$TEMP\localappdata"
412+
$env:LOCALAPPDATA="$env:TEMP\localappdata"
413413
$errorActionPreference='Stop'
414414
New-Item -ItemType Directory "$env:TEMP" -ErrorAction SilentlyContinue | Out-Null
415415
New-Item -ItemType Directory "$env:TEMP\userprofile" -ErrorAction SilentlyContinue | Out-Null

0 commit comments

Comments
 (0)