erlef / setup-beam

Set up your BEAM-based GitHub Actions workflow (Erlang, Elixir, Gleam, ...)
MIT License
373 stars 50 forks source link

Move `bin` path, in Windows, from D: to C: #251

Closed paulo-ferraz-oliveira closed 6 months ago

paulo-ferraz-oliveira commented 7 months ago

Description

This addresses a Windows-specific issue related to a recent change (the target folder which we add to the path after using tool-cache) where the tool runs after downloading from cache. Hopefully moving stuff from C: to D: (where the runner keeps e.g. its temp), in Windows, will solve that class of issues. Check the linked bug report for more discussion elements.

I also take this opportunity to do minor changes to the project maintenance files that I'll comment on.

~⚠️ opening as draft, initially, as preparation for merge+release, but to signal waiting for results from linked issue.~

Closes #245.

paulo-ferraz-oliveira commented 6 months ago

Released in v1.17.3. v1 and v1.7 adjusted to that commit.