Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2021-04-21 19:18:28 +0300
committerKenneth Heafield <github@kheafield.com>2021-04-21 19:18:28 +0300
commit7e50a594345e96c55f1467d059b744d274632e2d (patch)
tree12b2ce37f27ef32179f8cd4688acf843f415784d
parent99b9cf37ea88db393cdd74260513c9c5ddfbad7a (diff)
Try fixing ctest DLL issue
https://github.community/t/status-dll-not-found-error-exit-code-0xc0000135/17115/4
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index cdee538..436d5cf 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -26,7 +26,7 @@ jobs:
run: |
cmake -E make_directory build
cd build
- cmake -DBOOST_ROOT="${env:BOOST_ROOT_1_72_0}" -DCOMPILE_TESTS=ON ..
+ cmake -DBOOST_ROOT="${env:BOOST_ROOT_1_72_0}" -DCOMPILE_TESTS=ON -A "x64" ..
- name: Compile
working-directory: build
run: cmake --build . -j2