Skip to content

Commit

Permalink
change order of brew installs for mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Oct 2, 2023
1 parent 2c3a4f5 commit 0e66219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-compile-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
- uses: actions/checkout@v2
- name: installs
run: |
brew install hdf5-mpi
brew install netcdf
brew install netcdf-cxx
brew install boost
brew install eigen
brew install cmake
brew install open-mpi
brew install hdf5-mpi

svn checkout http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk xios
cp .github/xios_arch/ubuntu.arch xios/arch/arch-GCC_LINUX.path
Expand Down

0 comments on commit 0e66219

Please sign in to comment.