Skip to content

Commit

Permalink
manually set it for task
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Jan 20, 2024
1 parent a7916e5 commit 3a9cbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ 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]
Expand Down Expand Up @@ -174,6 +173,7 @@ jobs:
ci-cargo test $(if($target -ne 'default') {"--target=$target"} ) '--' --nocapture -ActionName "Testing for $target target"
}
env:
LIBRARY_PATH: ${{ env.LIBRARY_PATH }}
RUST_BACKTRACE: 1

# c.f. https://github.com/actions/checkout#checkout-multiple-repos-side-by-side
Expand Down

0 comments on commit 3a9cbab

Please sign in to comment.