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 36e7985 commit 09d683dCopy full SHA for 09d683d
.github/workflows/ui-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
run-id: 14879384125
24
- name: replace MSYS2 runtime
25
run: |
26
- $p = Get-ChildItem -Recurse . | where {$_.Name -eq "msys-2.0.dll"} | Select -ExpandProperty VersionInfo | Select -First 1 -ExpandProperty FileName
+ $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"
28
29
- uses: actions/cache/restore@v4
0 commit comments