更新 .github/workflows/Redmi-AX6000-hanwckf.yml
Some checks failed
Redmi-AX6000-hanwckf_Build / build (push) Failing after 52m16s

This commit is contained in:
forever 2024-06-25 23:20:12 +08:00
parent e2d22d369e
commit 8d4dc505d9

View File

@ -95,6 +95,7 @@ jobs:
id: compile
run: |
cd openwrt
export FORCE_UNSAFE_CONFIGURE=1
echo -e "$(nproc) thread compile"
make -j$(nproc) || make -j1 || make -j1 V=s
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME