Skip to content

Commit 9a62638

Browse files
committed
fix(ci): Build native CLI and compile L2 dictionary before WASM build
1 parent b0ea693 commit 9a62638

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
cache: yarn
36+
- name: Build native CLI and compile dictionaries
37+
run: |
38+
cmake -B build -DBUILD_WASM=OFF
39+
cmake --build build --target suzume-cli --parallel
40+
cmake --build build --target build-dict
3641
- run: yarn install --immutable
3742
- run: yarn build
3843
- run: yarn test

0 commit comments

Comments
 (0)