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 14:12:01 +0300
committerKenneth Heafield <github@kheafield.com>2021-04-21 14:12:01 +0300
commit521014b5580a4eab44c9821718c9f083017fd96e (patch)
tree6e01940004edb826bb69f2734302b6dfe1a43b9e
parentff4487263609d0f61018a4b61c0cc8b2c77ae214 (diff)
More attempts at Windows
-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 3507f42..78ec984 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -29,7 +29,7 @@ jobs:
cmake -DBOOST_ROOT="${env:BOOST_ROOT_1_72_0}" ..
- name: Compile
working-directory: build
- run: cmake --build -j2 -DBOOST_ROOT="${{ env.BOOST_ROOT }}" .
+ run: cmake --build -j2
- name: Test
working-directory: build
run: ctest -j2