We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5798c46 commit a0bd99fCopy full SHA for a0bd99f
action.yml
@@ -81,6 +81,8 @@ runs:
81
export DEVBOX_USE_VERSION="${{ env.latest_version }}"
82
curl -fsSL https://get.jetpack.io/devbox | FORCE=1 bash
83
84
+ devbox setup nix # temporary until 0.5.13 is released
85
+
86
version=$(devbox version)
87
if [[ ! "$version" = "$DEVBOX_USE_VERSION" ]]; then
88
echo "ERROR: mismatch devbox version downloaded. Expected $DEVBOX_USE_VERSION, got $version."
0 commit comments