Skip to content

Commit 1271554

Browse files
committed
TO-DROP: verify that the test fails with the current MSYS2 runtime
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent bdb00b7 commit 1271554

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ui-tests.yml

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

0 commit comments

Comments
 (0)