Skip to content

Commit a94917c

Browse files
committed
👷 Ci build for windows
1 parent 9dd4a69 commit a94917c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/runtime.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, macos-latest]
16+
os: [ubuntu-latest, macos-latest, windows-latest]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build runtime
2020
run: |
21-
cmake -B build -S runtime -DBUILD_TESTING=ON
21+
cmake -B build -G Ninja -S runtime -DBUILD_TESTING=ON
2222
cmake --build build --parallel

‎runtime/cmake/openfst.cmake‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ if(NOT ANDROID)
2727
# To build openfst with gflags and glog, we comment out some vars of {flags, log}.h and flags.cc.
2828
set(openfst_SOURCE_DIR ${fc_base}/openfst-src CACHE PATH "OpenFST source directory")
2929
FetchContent_Declare(openfst
30-
URL https://github.com/csukuangfj/openfst/archive/refs/tags/v1.8.5-2026-04-11.tar.gz
31-
URL_HASH SHA256=57fbc4b950ae81b1a0e1e298af15652da968a6723a592b7874e9b4027a80a5b4
30+
URL https://github.com/csukuangfj/openfst/archive/refs/tags/v1.8.5-2026-06-15.tar.gz
31+
URL_HASH SHA256=5f9323ded5c9cf4d4e23325dd92652b18b553556ad92b59996e687ebd9688490
3232
)
3333
FetchContent_MakeAvailable(openfst)
3434
include_directories(${openfst_SOURCE_DIR}/src/include)

0 commit comments

Comments
 (0)