We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb00b7 commit 1271554Copy full SHA for 1271554
.github/workflows/ui-tests.yml
@@ -23,8 +23,7 @@ jobs:
23
run-id: 14879384125
24
- name: replace MSYS2 runtime
25
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"
+ cp c:/msys64/usr/bin/msys-2.0.dll "c:/Program Files/Git/usr/bin/msys-2.0.dll"
28
29
- uses: actions/cache/restore@v4
30
id: restore-wt
0 commit comments