Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.0.0-beta.9-proposed-update' in…
Browse files Browse the repository at this point in the history
…to 1.0.0
  • Loading branch information
lifflander committed Jul 21, 2020
2 parents 2e6226a + 85dfcd5 commit 5c5dec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macosx-clang-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install Dependencies
shell: bash
run: brew bundle --file=ci/Brewfile
- name: Modify hosts file
shell: bash
run: echo "127.0.0.1 $(hostname)" | sudo tee -a /etc/hosts
- name: Build
shell: bash
run: ci/build_cpp.sh $(pwd) $(pwd)/build
Expand Down

0 comments on commit 5c5dec1

Please sign in to comment.