Skip to content

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
Signed-off-by: aUsernameWoW <[email protected]>
  • Loading branch information
aUsernameWoW authored Dec 10, 2024
1 parent c50f0c3 commit 6bda929
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
run: |
curl -sSL https://raw.githubusercontent.com/chenmozhijin/turboacc/luci/add_turboacc.sh -o add_turboacc.sh
bash add_turboacc.sh
git clone https://github.com/sirpdboy/netspeedtest.git package/netspeedtest
git clone https://github.com/jerrykuku/luci-theme-argon.git package/luci-theme-argon
- name: Configure OpenWRT
Expand All @@ -80,16 +79,8 @@ jobs:
make defconfig
- name: Build OpenWRT
uses: nick-invision/retry@v2
with:
timeout_minutes: 360
max_attempts: 3
retry_wait_seconds: 60
command: |
make -j$(nproc) || make
on_retry_command: |
rm -rf build_dir/target-*
rm -rf build_dir/toolchain-*
run: |
make -j$(nproc)
- name: Generate build info
if: success()
Expand Down

0 comments on commit 6bda929

Please sign in to comment.