Skip to content

Commit aa58529

Browse files
Update .github/workflows/test.yml
Co-authored-by: Ilia Kosenkov <[email protected]>
1 parent e18313a commit aa58529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
foreach ($dir in $directories) {
151151
if (Test-Path $dir) {
152152
$mingw_root = $dir
153-
Write-Host "Found Rtools at directory at: $mingw_root"
153+
Write-Host "Found Rtools directory at: $mingw_root"
154154
break
155155
}
156156
}

0 commit comments

Comments
 (0)