Skip to content

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
Signed-off-by: aUsernameWoW <[email protected]>
  • Loading branch information
aUsernameWoW authored Jun 20, 2024
1 parent 1d1b8c3 commit 257ce03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ jobs:
- name: Build OpenWRT
run: |
cd $GITHUB_WORKSPACE
make -j$(nproc) V=s || \
make V=s
make -j$(nproc) V=s || make V=s
- name: Upload firmware
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 257ce03

Please sign in to comment.