taiki-e / install-action

GitHub Action for installing development tools (mainly from GitHub Releases).
Apache License 2.0
246 stars 32 forks source link

Workaround Cygwin bash's buggy behavior #534

Closed taiki-e closed 1 month ago

taiki-e commented 1 month ago

Similar to https://github.com/taiki-e/install-action/pull/533 but for Cygwin.

I noticed that the logs I saw while debugging that problem and https://github.com/taiki-e/install-action/issues/224#issuecomment-1720196288 's logs are very similar. I tested and then there was indeed a similar problem there.

Fixes #224 cc @nazar-pc

nazar-pc commented 1 month ago

It worked on self-hosted runners I'm using. Used cache-cargo-install-action all this time, will now be able to switch to this one.

taiki-e commented 1 month ago

Thanks for confirming!

taiki-e commented 1 month ago

Published in 2.38.4.