Taiki Endo

Results 938 comments of Taiki Endo

I found a bug related to determining the installation location that I can reproduce in other Windows environments. I think that is the cause of the remaining problems. Could you...

I changed to prefer $RUNNER_TOOL_CACHE over $HOME in a84bb470d0b8469209c57eb14de2bf4f59bc96b1, so the permission issue should be fixed now.

Hmm, sorry, that did not seem to be enough to fix the problem. (On second thought, if installing on HOME was really the problem, then the jq run would have...

> Is there something like chmod +x on Windows? Good point. I found https://cygwin.com/cygwin-ug-net/using-filemodes.html > On FAT or FAT32 filesystems, files are always readable, and Cygwin uses the DOS read-only...

Oh, that's probably a bug about adding PATHs, and it should be fixed in 6b495ce909cc90247ed5baa261cf4bcf03f75eff.

Hmm... - One of the other differences between jq and cargo-binstall is whether it is called with the full path or not, so changing that (582603535a55cc92add685115f1d18f98c8b020e) might work, but it...

Maybe related: https://github.com/microsoft/winget-cli/issues/228

I would accept a PR to support this.

> I was thinking, it wouldnt be hard to regenerate that table from the Rust, if there were a few more fields added to the base manifest files. This sounds...

I would accept a PR to support this. See [DEVELOPMENT.md](https://github.com/taiki-e/install-action/blob/main/DEVELOPMENT.md) for how to add support for a new tool. (FWIW, this action maybe already supports cargo-fuzz via binstall fallback.)