We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c626fa commit 51e9474Copy full SHA for 51e9474
.github/workflows/linux.yml
@@ -166,7 +166,7 @@ jobs:
166
167
- if: ${{ contains(matrix.build.install_steps, 'msh3') }}
168
run: |
169
- git clone --depth=1 --recursive https://github.com/nibanks/msh3
+ git clone -b v0.4.0 --depth=1 --recursive https://github.com/nibanks/msh3
170
cd msh3 && mkdir build && cd build
171
cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=$HOME/msh3 ..
172
cmake --build .
0 commit comments