We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e358ac commit 02d77c4Copy full SHA for 02d77c4
.github/workflows/c-tests.yaml
@@ -29,7 +29,7 @@ jobs:
29
rustup default 1.93.0-x86_64-pc-windows-gnu
30
$rustcPath = rustup which rustc --toolchain 1.93.0-x86_64-pc-windows-gnu
31
$toolchainPath = Split-Path (Split-Path $rustcPath)
32
- $mingwGcc = "$toolchainPath\lib\rustlib\x86_64-pc-windows-gnu\bin\gcc.exe"
+ $mingwGcc = "$toolchainPath/lib/rustlib/x86_64-pc-windows-gnu/bin/gcc.exe" -replace '\\', '/'
33
echo "CI_GCC=$mingwGcc" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
34
35
- name: Test
0 commit comments