Skip to content

Commit 09d683d

Browse files
committed
fixup! ci: add an AutoHotKey-based integration test
1 parent 36e7985 commit 09d683d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run-id: 14879384125
2424
- name: replace MSYS2 runtime
2525
run: |
26-
$p = Get-ChildItem -Recurse . | where {$_.Name -eq "msys-2.0.dll"} | Select -ExpandProperty VersionInfo | Select -First 1 -ExpandProperty FileName
26+
$p = Get-ChildItem -Recurse "${env:RUNNER_TEMP}\artifacts" | where {$_.Name -eq "msys-2.0.dll"} | Select -ExpandProperty VersionInfo | Select -First 1 -ExpandProperty FileName
2727
cp $p "c:/Program Files/Git/usr/bin/msys-2.0.dll"
2828
2929
- uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)