mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
More bootstrap fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user