From 5203e59d9bf034bb7ca863d1d1ca3805ac17270e Mon Sep 17 00:00:00 2001 From: zhkag Date: Wed, 26 Apr 2023 18:00:24 +0800 Subject: [PATCH] =?UTF-8?q?[CI]=20ci=20=E7=BC=96=E8=AF=91=E6=97=B6?= =?UTF-8?q?=E5=85=88=E6=89=A7=E8=A1=8C=20scons=20--pyconfig-silent=20?= =?UTF-8?q?=E5=90=8E=E8=BF=9B=E8=A1=8C=E7=BC=96=E8=AF=91=20(#7383)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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