This commit is contained in:
xopenwrt 2023-07-13 01:32:13 +08:00 committed by GitHub
parent a0d7206479
commit 1daa11d225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ jobs:
- name: Build OpenWrt
run: |
cd openwrt
make -j4 || make -j1 V=s
make -j8 || make -j1 V=s
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
- name: Process Firmware