felixxiao99

Results 2 comments of felixxiao99

> 兄弟,你也一样啊

@klever1988 大佬你好,我使用的P3TERX/Actions-OpenWrt编译,在clone openwrt源码代码段之后加入了 - name: Cache uses: klever1988/cachewrtbuild@test with: ccache: 'true' prefix: ${{ github.workspace }}/openwrt 请问还需要在actions/checkout段尾部加入fetch-depth: 0吗? 另外Download package代码段里是否还要修改成echo -e 'CONFIG_DEVEL=y\nCONFIG_CCACHE=y' >> .config; make defconfig 谢谢