Skip to content

Commit

Permalink
更新 Build_Lienol_23.05.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
14link committed Jan 12, 2025
1 parent b380bdc commit 25c7ca7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Build_Lienol_23.05.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25c7ca7

Please sign in to comment.