mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 02:53:02 +01:00
fix: git clone toxcore recursive
This commit is contained in:
parent
e8388bf20c
commit
fbdc20dfa5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
libx11-dev
|
libx11-dev
|
||||||
python3-dev
|
python3-dev
|
||||||
pkg-config &&
|
pkg-config &&
|
||||||
git clone --depth=1 https://github.com/TokTok/c-toxcore &&
|
git clone --depth=1 --recursive https://github.com/TokTok/c-toxcore &&
|
||||||
cd c-toxcore &&
|
cd c-toxcore &&
|
||||||
cmake . -B_build -DBOOTSTRAP_DAEMON=OFF &&
|
cmake . -B_build -DBOOTSTRAP_DAEMON=OFF &&
|
||||||
cd _build &&
|
cd _build &&
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
make
|
make
|
||||||
python3-dev
|
python3-dev
|
||||||
pkg-config &&
|
pkg-config &&
|
||||||
git clone --depth=1 https://github.com/TokTok/c-toxcore &&
|
git clone --depth=1 --recursive https://github.com/TokTok/c-toxcore &&
|
||||||
cd c-toxcore &&
|
cd c-toxcore &&
|
||||||
cmake . -B_build -DBOOTSTRAP_DAEMON=OFF &&
|
cmake . -B_build -DBOOTSTRAP_DAEMON=OFF &&
|
||||||
cd _build &&
|
cd _build &&
|
||||||
|
Loading…
Reference in New Issue
Block a user