From 25c7ca7db48d1b204fbec15052c2371e6a61eeef Mon Sep 17 00:00:00 2001 From: 14link <40344950+14link@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Build=5FLienol=5F23.05.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build_Lienol_23.05.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Build_Lienol_23.05.yml b/.github/workflows/Build_Lienol_23.05.yml index 4cb381a..f989ea2 100644 --- a/.github/workflows/Build_Lienol_23.05.yml +++ b/.github/workflows/Build_Lienol_23.05.yml @@ -121,12 +121,12 @@ jobs: rm -rf feeds/packages/lang/golang git clone https://github.com/sbwml/packages_lang_golang -b 23.x feeds/packages/lang/golang - - name: 缓存加速 - uses: stupidloud/cachewrtbuild@main - if: env.CACHE_BUILD == 'true' || (github.event.inputs.CACHE_BUILD == 'true') - with: - ccache: 'true' - prefix: ${{ github.workspace }}/openwrt + # - name: 缓存加速 + # uses: stupidloud/cachewrtbuild@main + # if: env.CACHE_BUILD == 'true' || (github.event.inputs.CACHE_BUILD == 'true') + # with: + # ccache: 'true' + # prefix: ${{ github.workspace }}/openwrt - name: Update & Install feeds & del double feeds working-directory: ./openwrt