Skip to content

Commit

Permalink
#97: add multiple vtk dependencies for macosx ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Aug 27, 2024
1 parent e56de45 commit 66ad885
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,33 @@ jobs:

- name: Install requirements
run: |
brew update && brew install glew mesa mesa-glu
brew update && brew install \
mesa \
mesa-glu \
boost \
double-conversion \
eigen \
gl2ps \
glew \
libaec \
hdf5 \
jsoncpp \
libogg \
netcdf \
pugixml \
assimp \
dbus \
hunspell \
jasper \
libb2 \
libmng \
md4c \
webp \
qt \
pyqt \
libvorbis \
theora \
utf8cpp
# Once it is ok activate cache
# - name: Cache VTK Build
Expand Down

0 comments on commit 66ad885

Please sign in to comment.