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-09-17 17:33:02 +0300
committerKenneth Heafield <github@kheafield.com>2020-09-17 17:33:02 +0300
commit3423361b4f768a0c87a4c61c0d16c48b025bc61d (patch)
tree7cde438c85502be4f89d68f1bb0751953bdf6a4a
parentc93d7cb3df3206c680e4691208b6d57ed45396b0 (diff)
yml format
-rw-r--r--.github/workflows/mac.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index a825339..9136048 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -19,7 +19,7 @@ jobs:
path: boost_1_74_0/installdir
key: ${{ runner.os }}-boost_1_74_0
- name: Install Boost
- brew install boost
+ run: brew install boost
- name: cmake
run: |
cmake -E make_directory build