mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:24:15 +03:00
parent
088c08a7e4
commit
9f0c7795eb
4 changed files with 137 additions and 86 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -199,7 +199,7 @@ jobs:
|
|||
|
||||
- if: ${{ contains(matrix.build.install_steps, 'msh3') }}
|
||||
run: |
|
||||
git clone -b v0.5.0 --depth=1 --recursive https://github.com/nibanks/msh3
|
||||
git clone -b v0.6.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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue