|
99 | 99 |
|
100 | 100 | - name: Build and install libdatachannel
|
101 | 101 | run: |
|
102 |
| - git clone https://github.com/paullouisageneau/libdatachannel.git |
| 102 | + git clone --recursive https://github.com/paullouisageneau/libdatachannel.git |
103 | 103 | cd libdatachannel
|
104 | 104 | cmake -B build -DUSE_GNUTLS=0 -DUSE_NICE=0 -DCMAKE_BUILD_TYPE=Release
|
105 | 105 | cmake --build build
|
@@ -135,7 +135,7 @@ jobs:
|
135 | 135 |
|
136 | 136 | - name: Build and install libdatachannel
|
137 | 137 | run: |
|
138 |
| - git clone https://github.com/paullouisageneau/libdatachannel.git |
| 138 | + git clone --recursive https://github.com/paullouisageneau/libdatachannel.git |
139 | 139 | cd libdatachannel
|
140 | 140 | cmake -B build -DUSE_GNUTLS=0 -DUSE_NICE=0 -DCMAKE_BUILD_TYPE=Release
|
141 | 141 | cmake --build build
|
@@ -183,7 +183,7 @@ jobs:
|
183 | 183 |
|
184 | 184 | - name: Build and install libdatachannel
|
185 | 185 | run: |
|
186 |
| - git clone https://github.com/paullouisageneau/libdatachannel.git |
| 186 | + git clone --recursive https://github.com/paullouisageneau/libdatachannel.git |
187 | 187 | cd libdatachannel
|
188 | 188 | cmake -B build -DUSE_GNUTLS=0 -DUSE_NICE=0 -DCMAKE_BUILD_TYPE=Release
|
189 | 189 | cmake --build build
|
@@ -260,7 +260,7 @@ jobs:
|
260 | 260 |
|
261 | 261 | - name: Build and install libdatachannel for cross-compilation
|
262 | 262 | run: |
|
263 |
| - git clone https://github.com/paullouisageneau/libdatachannel.git |
| 263 | + git clone --recursive https://github.com/paullouisageneau/libdatachannel.git |
264 | 264 | cd libdatachannel
|
265 | 265 | # Cross-compile for Windows 32-bit
|
266 | 266 | cmake -B build-win32 \
|
@@ -361,7 +361,7 @@ jobs:
|
361 | 361 |
|
362 | 362 | - name: Build and install libdatachannel for cross-compilation
|
363 | 363 | run: |
|
364 |
| - git clone https://github.com/paullouisageneau/libdatachannel.git |
| 364 | + git clone --recursive https://github.com/paullouisageneau/libdatachannel.git |
365 | 365 | cd libdatachannel
|
366 | 366 | # Cross-compile for Windows 64-bit
|
367 | 367 | cmake -B build-win64 \
|
@@ -481,7 +481,7 @@ jobs:
|
481 | 481 |
|
482 | 482 | - name: Build and install libdatachannel
|
483 | 483 | run: |
|
484 |
| - git clone https://github.com/paullouisageneau/libdatachannel.git |
| 484 | + git clone --recursive https://github.com/paullouisageneau/libdatachannel.git |
485 | 485 | cd libdatachannel
|
486 | 486 | cmake -B build -DUSE_GNUTLS=0 -DUSE_NICE=0 -DCMAKE_BUILD_TYPE=Release
|
487 | 487 | cmake --build build
|
@@ -594,7 +594,7 @@ jobs:
|
594 | 594 |
|
595 | 595 | - name: Build and install libdatachannel
|
596 | 596 | run: |
|
597 |
| - git clone https://github.com/paullouisageneau/libdatachannel.git |
| 597 | + git clone --recursive https://github.com/paullouisageneau/libdatachannel.git |
598 | 598 | cd libdatachannel
|
599 | 599 | cmake -B build -DUSE_GNUTLS=0 -DUSE_NICE=0 -DCMAKE_BUILD_TYPE=Release
|
600 | 600 | cmake --build build
|
|
0 commit comments