ci: add simdjson dependency for homebrew node

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-11-07 18:59:38 -05:00
parent 977e8ccf17
commit 6a20f93ddf
5 changed files with 127 additions and 117 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: build essential
run: |
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install -y build-essential simdjson
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@main