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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2021-03-17 16:21:47 +0300
committerGitHub <noreply@github.com>2021-03-17 16:21:47 +0300
commit77c3e356a47113f661dda794b815e84561ca93f5 (patch)
tree715aba7e774bdb46769daf39b7acaa8152ab389e /.github/workflows/macos.yml
parentbb92b817dd5140523af9e4d756a34c2092d03e32 (diff)
Install Boost in GitHub workflows (#834)
* Install Boost in workflows * Compile CUDA realease for all GPU archs * Convert line endings to LF
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index ee955266..5e3e57c6 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -18,7 +18,7 @@ jobs:
submodules: recursive
- name: Install dependencies
- run: brew install openblas protobuf
+ run: brew install boost openblas openssl protobuf
# Openblas location is exported explicitly because openblas is keg-only,
# which means it was not symlinked into /usr/local/.