1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(CI): Don't install openssl docs in CI

Installing docs takes 2/3rds of the total build time on an NVME SSD, even more
on slower storage, and is useless in CI.
This commit is contained in:
Anthony Bilinski 2022-03-04 13:00:26 -08:00
parent beb38fa33b
commit a1c139a51c
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -43,4 +43,4 @@ fi
--cross-compile-prefix=${PREFIX}
make -j $(nproc)
make install
make install_sw