Skip to content

Commit 9094b58

Browse files
authored
Merge pull request #8 from un/fix/release-darwin-x64-opentui
ci(release): fix darwin-x64 binary build on arm runners
2 parents 189bd26 + c13d3ce commit 9094b58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
- name: Install deps
3636
run: bun install --frozen-lockfile
3737

38+
- name: Install darwin-x64 OpenTUI runtime package
39+
if: matrix.target == 'darwin-x64'
40+
run: bun add --no-save @opentui/core-darwin-x64@0.1.77
41+
3842
- name: Build binary
3943
run: |
4044
VERSION="${GITHUB_REF_NAME#v}"

0 commit comments

Comments
 (0)