Skip to content

fix: add OOV character handling to C++ runtime for Chinese TN #8

fix: add OOV character handling to C++ runtime for Chinese TN

fix: add OOV character handling to C++ runtime for Chinese TN #8

Workflow file for this run

name: Runtime Build
on:
workflow_dispatch:
pull_request:
paths:
- 'runtime/**'
- '.github/workflows/runtime.yml'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Build runtime
run: |
cmake -B build -S runtime -DBUILD_TESTING=ON
cmake --build build --parallel