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
+6 -1
View File
@@ -2,7 +2,7 @@ name: Docker image builds (pull requests)
on:
pull_request:
branches: [ "main" ]
branches: ["main"]
env:
DOCKER_METADATA_SET_OUTPUT_ENV: "true"
@@ -21,6 +21,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 up Homebrew
uses: Homebrew/actions/setup-homebrew@main
+5
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
+3 -3
View File
@@ -2,9 +2,9 @@ name: Go
on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
permissions:
contents: read
@@ -22,7 +22,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
+1 -1
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
@@ -2,9 +2,9 @@ name: Package builds (unstable)
on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
permissions:
contents: read
@@ -24,7 +24,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