File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments