ci: install OpenTUI x64 core for macOS builds

This commit is contained in:
Benjamin Shafii
2026-02-04 21:45:38 -08:00
parent a8ae12ff9a
commit a835ec8b05
2 changed files with 8 additions and 0 deletions

View File

@@ -233,6 +233,10 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Install OpenTUI x64 core (macOS x86_64)
if: matrix.os_type == 'macos' && matrix.target == 'x86_64-apple-darwin'
run: pnpm add -w --ignore-workspace-root-check --no-save @opentui/core-darwin-x64@0.1.77
- name: Install Linux build dependencies
if: matrix.os_type == 'linux'
run: |