msh3: update to v0.5 Release

Closes #10125
This commit is contained in:
Nick Banks 2022-12-21 14:13:40 +00:00 committed by Daniel Stenberg
parent 3736c0a209
commit 72b819f147
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 19 additions and 6 deletions

View file

@ -167,7 +167,7 @@ jobs:
- if: ${{ contains(matrix.build.install_steps, 'msh3') }}
run: |
git clone --depth=1 --recursive https://github.com/nibanks/msh3
git clone -b v0.5.0 --depth=1 --recursive https://github.com/nibanks/msh3
cd msh3 && mkdir build && cd build
cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=$HOME/msh3 ..
cmake --build .