diff --git a/.github/workflows/Build_OP_x86.yml b/.github/workflows/Build_OP_x86.yml index 8c94652..8477398 100644 --- a/.github/workflows/Build_OP_x86.yml +++ b/.github/workflows/Build_OP_x86.yml @@ -76,6 +76,7 @@ jobs: ./scripts/feeds update -a ./scripts/feeds install -a ./scripts/feeds install -a + curl -sSL https://raw.githubusercontent.com/chenmozhijin/turboacc/luci/add_turboacc.sh -o add_turboacc.sh && bash add_turboacc.sh #- name: Import external feeds - passwall # working-directory: ./openwrt @@ -99,7 +100,6 @@ jobs: - name: Download package working-directory: ./openwrt run: | - curl -sSL https://raw.githubusercontent.com/chenmozhijin/turboacc/luci/add_turboacc.sh -o add_turboacc.sh && bash add_turboacc.sh make download -j$(nproc) find dl -size -1024c -exec ls -l {} \; find dl -size -1024c -exec rm -f {} \;