fix: add make clean step before compiling QModem

This commit is contained in:
fujr
2025-08-27 14:10:37 +08:00
parent 9345242643
commit 51b2d975d5

View File

@@ -223,6 +223,7 @@ jobs:
echo "CONFIG_LUCI_LANG_zh_Hans=y" >> .config
cat ../qmodem/.github/workflows/openwrt_package.config >> .config
make defconfig
make clean
make download -j$(nproc) || true
- name: Compile QModem