Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Oct 11, 2024
1 parent 44345b7 commit d4dd657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci/github/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

llvm_version=16

brew install jq llvm@$llvm_version ninja sccache
brew install jq llvm@$llvm_version ninja python3 sccache

llvm_prefix=$(brew --prefix)/opt/llvm@$llvm_version

Expand Down
1 change: 0 additions & 1 deletion tools/document/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ curl -fsSL https://pen-lang.s3.us-west-1.amazonaws.com/icon.svg >doc/docs/icon.s
npm install
npm run build

pip3 --version
pip3 install --break-system-packages --user -r requirements.txt

mkdocs build
Expand Down

0 comments on commit d4dd657

Please sign in to comment.