From 1a998af1907193e807d3f25ba94dfdf1828052e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=B7=E9=AB=85=E5=A4=B4?= Date: Thu, 4 Jul 2024 13:12:32 +0800 Subject: [PATCH] Update x86_64_openwrt.yml --- .github/workflows/x86_64_openwrt.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/x86_64_openwrt.yml b/.github/workflows/x86_64_openwrt.yml index 8a95324..1b76c9e 100644 --- a/.github/workflows/x86_64_openwrt.yml +++ b/.github/workflows/x86_64_openwrt.yml @@ -88,7 +88,6 @@ jobs: run: | cd $OPENWRTROOT echo -e "$(nproc) thread compile" - rm -rf package/feeds/packages/lame make tools/compile -j$(nproc) || make tools/compile -j$(nproc) make toolchain/compile -j$(nproc) || make toolchain/compile -j$(nproc) make target/compile -j$(nproc) || make target/compile -j$(nproc) IGNORE_ERRORS=1