Skip to content

Commit 14e332e

Browse files
authored
CI: Brew Update (#970)
Brew return codes are not logical.
1 parent 487c178 commit 14e332e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/unix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,12 @@ jobs:
178178
- name: Install
179179
run: |
180180
rm -rf /usr/local/bin/2to3
181+
set +e
181182
brew update
182183
brew install adios2 || true
183184
brew install hdf5-mpi || true
184185
brew install python || true
186+
set -e
185187
- name: Build
186188
env: {CXXFLAGS: -Werror -Wno-deprecated-declarations, MACOSX_DEPLOYMENT_TARGET: 10.9}
187189
# C++11 & 14 support in macOS 10.9+

0 commit comments

Comments
 (0)