diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1ad8eb6bd..ecdc3b1824 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -130,11 +130,11 @@ jobs: New-Item -Path .cargo -ItemType Directory -Force $pwd_slash = echo "${PWD}" | % {$_ -replace '\\','/'} echo "LIBRARY_PATH=`"${pwd_slash}/libgcc_mock`"" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - + echo $LIBRARY_PATH + @" [target.x86_64-pc-windows-gnu] linker = "x86_64-w64-mingw32.static.posix-gcc.exe" - "@ | Out-File -FilePath .cargo/config.toml -Encoding utf8 -Append ; env: RUST_TOOLCHAIN: ${{ matrix.config.rust-version }}