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
Describe the bug
When unzipping the files from the tool cache unzip util is run in interactive mode and when there already exists a file in the target dir it freezes the entire workflow waiting for some user input which is ridiculous.
To Reproduce
Create a workflow with actions-rs/install which uses the tool cache and instal sccache with it
and also cache the ~/.cargo/bin dir where sscache utility is installed
Expected behavior
I expect that the workflow is run without freezing on unzipping step. It should either replace the existing file or leave it like it is without unzipping, but never freeze the execution waiting for the user input.
Describe the bug
When unzipping the files from the tool cache
unzip
util is run in interactive mode and when there already exists a file in the target dir it freezes the entire workflow waiting for some user input which is ridiculous.To Reproduce
actions-rs/install
which uses the tool cache and instalsccache
with itand also cache the
~/.cargo/bin
dir wheresscache
utility is installedExpected behavior
I expect that the workflow is run without freezing on unzipping step. It should either replace the existing file or leave it like it is without unzipping, but never freeze the execution waiting for the user input.
Screenshots
Additional context
Related PRs:
Related issues:
The text was updated successfully, but these errors were encountered: