change: Change CI OpenFX -j

This commit is contained in:
2026-06-03 19:49:01 +08:00
parent 6c9d53d01b
commit 34ed808d42
+1 -1
View File
@@ -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