ci: Always use twice the "ideal" amount of threads

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-10 00:16:58 +01:00
parent 8adf994e36
commit ba8761110f
+1 -1
View File
@@ -16,7 +16,7 @@ export PKG_CONFIG_PATH=/usr/${BUILD_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}
${BUILD_FLAGS}
# Compile FFmpeg
make -j`nproc`
make -j$((`nproc` * 2))
# Install FFmpeg
sudo make install