mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
clone submodule recursively
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
|
||||
- name: Dependencies
|
||||
run: |
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
|
||||
- name: Dependencies
|
||||
run: |
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
|
||||
- name: Dependencies
|
||||
run: |
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
|
||||
- name: Dependencies
|
||||
run: |
|
||||
|
||||
@@ -58,7 +58,7 @@ Other projects using **ggwave** or one of its prototypes:
|
||||
|
||||
```bash
|
||||
# build
|
||||
git clone https://github.com/ggerganov/ggwave
|
||||
git clone https://github.com/ggerganov/ggwave --recursive
|
||||
cd ggwave && mkdir build && cd build
|
||||
cmake ..
|
||||
make
|
||||
@@ -70,7 +70,7 @@ make
|
||||
### Emscripten:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/ggerganov/ggwave
|
||||
git clone https://github.com/ggerganov/ggwave --recursive
|
||||
cd ggwave
|
||||
mkdir build && cd build
|
||||
emcmake cmake ..
|
||||
|
||||
Reference in New Issue
Block a user