Skip to content

Commit

Permalink
Try compiling with msgpack from Homebrew on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Jan 4, 2024
1 parent 1f63710 commit 56d2058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos12_clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install tox tox-gh-actions
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install openmpi
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install msgpack openmpi
- name: Run all tests on macOS Monterey 12 with Clang
run: cd ${GITHUB_WORKSPACE} && make test test_examples
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos13_clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: |
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install openmpi
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install openmpi msgpack-cxx
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install pkg-config
python3 -m pip install --upgrade pip
pip3 install tox tox-gh-actions
Expand Down

0 comments on commit 56d2058

Please sign in to comment.