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
PR #50 introduced a change that adjusts PATH to include the devbox binary only in the case of cache misses. However, PATH should always be updated to include ~/.local/bin, regardless of whether there’s a cache hit or miss.
github.heygears.com-hosted runners already include ~/.local/bin in PATH by default, which likely explains why this issue hasn't surfaced yet.
However, for self hosted runners that do not include ~/.local/bin in PATH, the devbox-install-action fails with the following error in case of cache hits as of version v0.12.0:
/__w/_temp/b8c918eb-b7a4-460b-9115-94f59456d885.sh: line 1: devbox: command not found
The text was updated successfully, but these errors were encountered:
PR #50 introduced a change that adjusts
PATH
to include thedevbox
binary only in the case of cache misses. However,PATH
should always be updated to include~/.local/bin
, regardless of whether there’s a cache hit or miss.github.heygears.com-hosted runners already include
~/.local/bin
inPATH
by default, which likely explains why this issue hasn't surfaced yet.However, for self hosted runners that do not include
~/.local/bin
inPATH
, thedevbox-install-action
fails with the following error in case of cache hits as of versionv0.12.0
:The text was updated successfully, but these errors were encountered: