jetify-com / devbox-install-action

31 stars 15 forks source link

Add packages to PATH #25

Open rcrowe opened 10 months ago

rcrowe commented 10 months ago

After installing packages make them available to further steps below after installing devbox. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path

When using actions that rely on finding a binary on the path, you can't enable the shell or run devbox run, this option makes every installed binary available on your $PATH.

Wasn't 100% sure on the naming, feel free to tweak if you see fit.