fix: add make clean step before compiling QModem
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user