Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Nov 29, 2023
1 parent 04fb7b5 commit 009e648
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,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"
[env]
LIBRARY_PATH = "${pwd_slash}/libgcc_mock"
"@ | Out-File -FilePath .cargo/config.toml -Encoding utf8 -Append ;
env:
RUST_TARGETS: ${{ join(matrix.config.rust-targets, ',') }}
Expand Down

0 comments on commit 009e648

Please sign in to comment.