You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
Do the checklist before filing an issue:
actions-rsActions? If not, use GitHub Community forum to ask questions about Actions in a whole: https://github.communityDescription
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.