File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments