mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
dpeth -> depth
This commit is contained in:
parent
7abd257959
commit
b543ccabdb
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ before_deploy:
|
||||||
- mkdir -p /tmp/bin /tmp/lib /tmp/include
|
- mkdir -p /tmp/bin /tmp/lib /tmp/include
|
||||||
- export LD_LIBRARY_PATH=/tmp/lib:LD_LIBRARY_PATH
|
- export LD_LIBRARY_PATH=/tmp/lib:LD_LIBRARY_PATH
|
||||||
- export PATH=/tmp/bin:$PATH
|
- export PATH=/tmp/bin:$PATH
|
||||||
- git clone --dpeth 1 https://github.com/jedisct1/libsodium.git --branch=stable
|
- git clone --depth 1 https://github.com/jedisct1/libsodium.git --branch=stable
|
||||||
- cd libsodium
|
- cd libsodium
|
||||||
- env ./configure --disable-dependency-tracking --prefix=/tmp
|
- env ./configure --disable-dependency-tracking --prefix=/tmp
|
||||||
- make -j$(nproc) install
|
- make -j$(nproc) install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue