diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 42a7546fde..4d999cbc20 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -356,6 +356,6 @@ jobs: for bsp in $(echo $SRTT_BSP | tr ',' '\n'); do count=$((count+1)) echo "Compiling BSP: ==$count=== $bsp ====" - pushd bsp/$bsp && pkgs --update && popd + pushd bsp/$bsp && scons --pyconfig-silent && pkgs --update && popd scons -C bsp/$bsp -j8 done