From fafb508395a9ac5f842993d08136f03f515b2dcd Mon Sep 17 00:00:00 2001 From: phyng Date: Fri, 7 Jun 2024 01:05:55 +0800 Subject: [PATCH] chore(config): fix workflow --- .github/workflows/IPQ60XX-6.6-WIFI(EMMC).yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/IPQ60XX-6.6-WIFI(EMMC).yml b/.github/workflows/IPQ60XX-6.6-WIFI(EMMC).yml index 11a9c68c39..cbcf364264 100644 --- a/.github/workflows/IPQ60XX-6.6-WIFI(EMMC).yml +++ b/.github/workflows/IPQ60XX-6.6-WIFI(EMMC).yml @@ -88,21 +88,21 @@ jobs: ccache: false mixkey: ${{ env.SOURCE_REPO }}-${{ env.REPO_BRANCH }}-${{ env.DEVICE_TARGET }}-${{ env.DEVICE_SUBTARGET }} prefix: ${{ env.OPENWRT_PATH }} - + - name: Install Feeds run: | cd $OPENWRT_PATH ./scripts/feeds update -a ./scripts/feeds install -a - - name: Apply patches - run: | - git config --global user.name "OpenWrt Builder" - git config --global user.email "buster-openwrt@ovvo.uk" - cd $OPENWRT_PATH/feeds/luci - wget https://raw.githubusercontent.com/openwrt-ipq60xx/patches/main/feeds/luci/0001-show-soc-status-on-luci.patch - git am 0001-show-soc-status-on-luci.patch - + # - name: Apply patches + # run: | + # git config --global user.name "OpenWrt Builder" + # git config --global user.email "buster-openwrt@ovvo.uk" + # cd $OPENWRT_PATH/feeds/luci + # wget https://raw.githubusercontent.com/openwrt-ipq60xx/patches/main/feeds/luci/0001-show-soc-status-on-luci.patch + # git am 0001-show-soc-status-on-luci.patch + - name: Load Custom Configuration run: | [ -e files ] && mv files $OPENWRT_PATH/files