mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Remove depth
This commit is contained in:
parent
327861087d
commit
1380259088
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ before_install:
|
||||||
- cmake --version
|
- cmake --version
|
||||||
before_script:
|
before_script:
|
||||||
# First build external lib
|
# First build external lib
|
||||||
- git clone --depth 1 https://boringssl.googlesource.com/boringssl
|
- git clone https://boringssl.googlesource.com/boringssl
|
||||||
- cd boringssl
|
- cd boringssl
|
||||||
- git checkout chromium-stable
|
- git checkout chromium-stable
|
||||||
- cmake .
|
- cmake .
|
||||||
|
|
Loading…
Reference in a new issue