jetify-com / devbox-install-action

31 stars 15 forks source link

Action error with devbox 0.5.12 #15

Closed savil closed 11 months ago

savil commented 11 months ago

users like @alexpovel are seeing:

ERROR: mismatch devbox version downloaded. Expected 0.5.12, got

interspersed with a nix installation output and then the actual version 0.5.12 printed at the end.

savil commented 11 months ago

This PR should address the issue: https://github.com/jetpack-io/devbox/pull/1453

savil commented 11 months ago

temporary fix here: https://github.com/jetpack-io/devbox-install-action/pull/16

savil commented 11 months ago

@alexpovel can you check if version 0.6.1 of this action fixes your issue?

alexpovel commented 11 months ago

Yes, thank you! I was able to remove the devbox-version workaround in that commit.