mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
ci: install OpenTUI x64 core for macOS builds
This commit is contained in:
4
.github/workflows/release-macos-aarch64.yml
vendored
4
.github/workflows/release-macos-aarch64.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user