Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ilia Kosenkov <[email protected]>
  • Loading branch information
CGMossa and Ilia-Kosenkov authored Apr 26, 2024
1 parent e18313a commit aa58529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
foreach ($dir in $directories) {
if (Test-Path $dir) {
$mingw_root = $dir
Write-Host "Found Rtools at directory at: $mingw_root"
Write-Host "Found Rtools directory at: $mingw_root"
break
}
}
Expand Down

0 comments on commit aa58529

Please sign in to comment.