Skip to content

Commit

Permalink
Ensure nix is installed (#16)
Browse files Browse the repository at this point in the history
Temporary fix until jetify-com/devbox#1453 is
released
  • Loading branch information
mikeland73 authored Sep 5, 2023
1 parent 5798c46 commit a0bd99f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ runs:
export DEVBOX_USE_VERSION="${{ env.latest_version }}"
curl -fsSL https://get.jetpack.io/devbox | FORCE=1 bash
devbox setup nix # temporary until 0.5.13 is released
version=$(devbox version)
if [[ ! "$version" = "$DEVBOX_USE_VERSION" ]]; then
echo "ERROR: mismatch devbox version downloaded. Expected $DEVBOX_USE_VERSION, got $version."
Expand Down

0 comments on commit a0bd99f

Please # to comment.