mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
ci: prevent prerelease workflow failures from pnpm/tauri/bun mismatches
This commit is contained in:
2
.github/workflows/release-macos-aarch64.yml
vendored
2
.github/workflows/release-macos-aarch64.yml
vendored
@@ -235,7 +235,7 @@ jobs:
|
||||
|
||||
- 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
|
||||
run: pnpm add -w --ignore-workspace-root-check @opentui/core-darwin-x64@0.1.77
|
||||
|
||||
- name: Install Linux build dependencies
|
||||
if: matrix.os_type == 'linux'
|
||||
|
||||
Reference in New Issue
Block a user