ci: fix Apple CoreML VAD checks

This commit is contained in:
Edison Jwa
2026-06-02 19:33:02 +09:00
parent 112a563de5
commit 966afd2b53
4 changed files with 23 additions and 12 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
name: bench-advisory
# SDD-120 §6 / SRS-218 — advisory-only realtime-audio bench workflow.
# Runs the criterion bench harness on PR + push events, compares the
# Runs the criterion bench harness on PR + tag events, compares the
# current results against the SAD-089 baseline JSON resolved at the
# merge-base, and renders a markdown report posted (or updated) as a
# single sticky PR comment. The job status is ALWAYS success — this
@@ -11,7 +11,7 @@ on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [product/scaffold-v0]
tags: ["**"]
permissions:
pull-requests: write
@@ -30,6 +30,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
libasound2-dev libpulse-dev pkg-config \
libdbus-1-dev \
libopus-dev
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2