Skip to content

Commit

Permalink
Install llvm@19, no install sqlite and swift
Browse files Browse the repository at this point in the history
brew reports these 2 are already installed
  • Loading branch information
andy5995 committed Nov 29, 2024
1 parent b3e75d2 commit e30c712
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@ jobs:
echo "PATH=$HOME/.bun/bin:$PATH" >> $GITHUB_ENV
brew update
brew install \
llvm@19 \
freeglut \
libpng \
meson \
ninja \
sqlite \
swift
ninja
- name: Configure and build
run: |
Expand Down

0 comments on commit e30c712

Please sign in to comment.