Skip to content

Commit ef05cb2

Browse files
authored
Disable Cache Toolchain step in workflow
Comment out the Cache Toolchain step in the workflow.
1 parent 38b67bf commit ef05cb2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/immortalwrt-25.12.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ jobs:
9090
DEVICE_SUBTARGET=$(cat .config | grep CONFIG_TARGET_SUBTARGET | awk -F '"' '{print $2}')
9191
echo "DEVICE_SUBTARGET=$DEVICE_SUBTARGET" >> $GITHUB_ENV
9292
93-
- name: Cache Toolchain
94-
if: env.CACHE_TOOLCHAIN == 'true'
95-
uses: HiGarfield/cachewrtbuild@main
96-
with:
97-
ccache: false
98-
mixkey: ${{ env.SOURCE_REPO }}-${{ env.REPO_BRANCH }}-${{ env.DEVICE_TARGET }}-${{ env.DEVICE_SUBTARGET }}
99-
prefix: ${{ env.OPENWRT_PATH }}
93+
# - name: Cache Toolchain
94+
# if: env.CACHE_TOOLCHAIN == 'true'
95+
# uses: HiGarfield/cachewrtbuild@main
96+
# with:
97+
# ccache: false
98+
# mixkey: ${{ env.SOURCE_REPO }}-${{ env.REPO_BRANCH }}-${{ env.DEVICE_TARGET }}-${{ env.DEVICE_SUBTARGET }}
99+
# prefix: ${{ env.OPENWRT_PATH }}
100100

101101
- name: Install Feeds
102102
run: |

0 commit comments

Comments
 (0)