-
-
Notifications
You must be signed in to change notification settings - Fork 12
Action fails if binary already exists #6
Comments
We are hitting this in rust-analyzer as well: https://github.com/rust-analyzer/rust-analyzer/runs/875767848?check_suite_focus=true#step:3:26 |
The install workflow is currently broken, disabling it for now. actions-rs/install#6
The install workflow is currently broken, disabling it for now. actions-rs/install#6 Signed-off-by: Iris Hoffmeyer <[email protected]> Approved-by: Valdemar Erk <[email protected]> Approved-by: AEnterprise <[email protected]> Merged-by: Iris Hoffmeyer <[email protected]>
It's currently hanging in CI, due to actions-rs/install#6.
I dug, and it looks like the |
Did a bit of digging and looks like |
Just ran into this on some projects. The action fell back to using |
i alos have this issue, should not fail if it already exists |
Description
Github action fails if binary already exists.
Workflow code
Action output
Expected behavior
Need an option to ignore/replace binary if it exits.
Additional context
The text was updated successfully, but these errors were encountered: