mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
fix(native): ship stripped libraries with separate release symbols (#1437)
This commit is contained in:
@@ -54,6 +54,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
- name: Setup native symbol tools
|
||||
uses: ./.github/actions/setup-native-symbol-tools
|
||||
|
||||
- name: Build core
|
||||
run: |
|
||||
cd packages/core
|
||||
|
||||
Reference in New Issue
Block a user