More bootstrap fixes

This commit is contained in:
Ashcon Partovi
2024-05-31 17:44:28 -07:00
parent 03b40f89b6
commit c04d9d270d

View File

@@ -7,6 +7,9 @@ if [[ "${CI:-}" == "1" || "${CI:-}" == "true" ]]; then
export PATH="$BUN_INSTALL/bin:$PATH"
export PATH="$(brew --prefix llvm@16)/bin:$PATH"
fi
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
fi
# this is the environment script for building bun's dependencies