Skip to content

Commit

Permalink
newifi-d2: fix make defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
UzkiS committed Sep 21, 2022
1 parent 864945a commit 025300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NEWIFI-D2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ jobs:
- name: Download package source code
run: |
make defconfig
make download -j8
find dl -size -1024c -exec ls -l {} \;
find dl -size -1024c -exec rm -f {} \;
- name: Compile firmware(OpenSource)
run: |
make defconfig
echo -e "$(nproc) thread build."
make -j$(nproc) V=s
- name: Upload artifact
Expand Down

0 comments on commit 025300e

Please sign in to comment.