Skip to content

Commit 02d77c4

Browse files
committed
?
1 parent 4e358ac commit 02d77c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
rustup default 1.93.0-x86_64-pc-windows-gnu
3030
$rustcPath = rustup which rustc --toolchain 1.93.0-x86_64-pc-windows-gnu
3131
$toolchainPath = Split-Path (Split-Path $rustcPath)
32-
$mingwGcc = "$toolchainPath\lib\rustlib\x86_64-pc-windows-gnu\bin\gcc.exe"
32+
$mingwGcc = "$toolchainPath/lib/rustlib/x86_64-pc-windows-gnu/bin/gcc.exe" -replace '\\', '/'
3333
echo "CI_GCC=$mingwGcc" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
3434
3535
- name: Test

0 commit comments

Comments
 (0)