Skip to content

Commit 1a0c1c3

Browse files
Ro6afFalehander92
authored andcommitted
fix(build): install go in mac build
1 parent 824faf6 commit 1a0c1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

non-nix-build/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fi
5252
export PATH=$DEPS_DIR/nim/bin:$ROOT_DIR/node_modules/.bin:$BIN_DIR:$CARGO_HOME/bin:$ROOT_DIR/src/build-debug/bin:$PATH
5353

5454
if [ "$os" == "mac" ]; then
55-
brew install sqlite3 ruby node universal-ctags
55+
brew install sqlite3 ruby node universal-ctags go
5656
fi
5757

5858
./install_rust.sh

0 commit comments

Comments
 (0)