From 17fa7bd772191daabf03adb405eca38d9d85f11d Mon Sep 17 00:00:00 2001 From: coolkid Date: Thu, 12 Dec 2024 17:57:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/openwrt_24_10_dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openwrt_24_10_dev.yml b/.github/workflows/openwrt_24_10_dev.yml index 0b2546c52ce..b6658c38b4e 100644 --- a/.github/workflows/openwrt_24_10_dev.yml +++ b/.github/workflows/openwrt_24_10_dev.yml @@ -72,8 +72,8 @@ jobs: df -h - name: Compile firmware - working-directory: ${{ env.WORK_PATH }} run: | + cd ${{ env.WORK_PATH }} make -j$(nproc) || make -j1 V=s - name: Clean Build Files @@ -174,8 +174,8 @@ jobs: df -h - name: Compile firmware - working-directory: ${{ env.WORK_PATH }} run: | + cd ${{ env.WORK_PATH }} make -j$(nproc) || make -j1 V=s - name: Clean Build Files