Skip to content

Commit

Permalink
Install Boost in GitHub workflows (#834)
Browse files Browse the repository at this point in the history
* Install Boost in workflows
* Compile CUDA realease for all GPU archs
* Convert line endings to LF
  • Loading branch information
snukky authored Mar 17, 2021
1 parent bb92b81 commit 77c3e35
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down
Loading

0 comments on commit 77c3e35

Please sign in to comment.