change: Change CI OpenFX -j
This commit is contained in:
@@ -138,7 +138,7 @@ jobs:
|
|||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |
|
run: |
|
||||||
cd openfx-misc
|
cd openfx-misc
|
||||||
make -j4
|
make -j16
|
||||||
sudo make install
|
sudo make install
|
||||||
PLUGIN_FILE=$(find /usr/OFX/Plugins /usr/local/OFX/Plugins . -name "*.ofx.bundle" -print -quit 2>/dev/null | head -1)
|
PLUGIN_FILE=$(find /usr/OFX/Plugins /usr/local/OFX/Plugins . -name "*.ofx.bundle" -print -quit 2>/dev/null | head -1)
|
||||||
if [ -n "$PLUGIN_FILE" ]; then
|
if [ -n "$PLUGIN_FILE" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user