mirror of https://github.com/AlexeyAB/darknet.git
minor fix
This commit is contained in:
parent
f058d26a8a
commit
b8c9c9d457
|
@ -10,6 +10,8 @@ jobs:
|
|||
- checkout
|
||||
- run: nvcc --version
|
||||
- run: gcc --version
|
||||
- run: export PATH=$PATH:/usr/local/include/opencv4/
|
||||
- run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/:/usr/lib/:/usr/lib64/
|
||||
- run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
|
||||
- run: make clean
|
||||
- run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 DEBUG=1 -j 8
|
||||
|
|
Loading…
Reference in New Issue