diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6ec0c1..a5ad7fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -440,9 +440,7 @@ jobs: - name: Setup ICU shell: pwsh run: | - $icuPath = Join-Path $pwd.Path "ICU" - Write-Host "ICU path to be added: $icuPath" - Write-Host "" + $icuPath = (Join-Path $pwd "ICU") -replace '\\', '/' if (-not (Test-Path $icuPath)) { Write-Error "ICU directory not found at $icuPath"