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>2020-10-01 20:03:15 +0300
committerKenneth Heafield <github@kheafield.com>2020-10-01 20:03:15 +0300
commit8dc48f9ac6671bb6f1b9af35e35e3e228ce0086d (patch)
tree068dfdd6cece6b64b1d3f55bb046dec8929e50b7
parentaaa8207be9cc2e5bdf08e0a13f351d41561f8376 (diff)
Also install eigen on mac
-rw-r--r--.github/workflows/mac.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index 45fdbf1..d55a6a3 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -16,6 +16,7 @@ jobs:
run: |
brew install boost
brew install libomp
+ brew install eigen
- name: cmake
run: |
cmake -E make_directory build