Skip to content

Commit 04cd8a7

Browse files
committed
Fixing test failures
1 parent b92e5e8 commit 04cd8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ matrix.os == 'windows-latest' }}
6060
shell: powershell
6161
run: |
62-
$dockerPath = & where docker
62+
$dockerPath = (Get-Command docker).Source
6363
Write-Host "docker.exe path: $dockerPath"
6464
if ($dockerPath)
6565
{

0 commit comments

Comments
 (0)