From 0f540be36019558198d9fcb7da411f1b73b17cfd Mon Sep 17 00:00:00 2001 From: CGMossa Date: Fri, 26 Apr 2024 15:02:17 +0200 Subject: [PATCH] Update .github/workflows/test.yml Co-authored-by: Ilia Kosenkov --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc02f950..82661284 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 } }