Skip to content

Commit

Permalink
[hdf5] Add HDF5 addon
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 24, 2024
1 parent 2e25d8e commit 9e6de36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/common.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ fi
if [[ ! -d score-addon-spatgris ]]; then
git clone --recursive -j16 https://github.com/ossia/score-addon-spatgris
fi

if [[ ! -d score-addon-hdf5 ]]; then
git clone --recursive -j16 https://github.com/ossia/score-addon-hdf5
fi
)


0 comments on commit 9e6de36

Please sign in to comment.