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

@@ -27,6 +27,11 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: build essential
run: |
sudo apt-get update
sudo apt-get install -y build-essential simdjson
- name: Set lowercase image name
run: |
echo "IMAGE=ghcr.io/${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV