Skip to content

Commit

Permalink
this should work..
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Jan 20, 2024
1 parent 33e0ea3 commit d4a8164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ 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
@"
[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_TOOLCHAIN: ${{ matrix.config.rust-version }}
Expand Down

0 comments on commit d4a8164

Please sign in to comment.