Skip to content

Commit

Permalink
chore: remove go check from direnv as this breaks gh actions (#1818)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored May 10, 2023
1 parent 7fbf044 commit d542dee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ if ! has make ; then
echo "make is not installed"; exit 1
fi

if ! has go ; then
echo "go is not installed"; exit 1
fi

if ! has unzip ; then
echo "unzip is not installed"; exit 1
fi
Expand All @@ -30,7 +26,9 @@ if ! has readlink ; then
echo "readlink is not installed"; exit 1
fi

export AKASH_ROOT=$(pwd)
AKASH_ROOT=$(pwd)

export AKASH_ROOT

dotenv

Expand Down

0 comments on commit d542dee

Please sign in to comment.