Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Internet1235 committed Dec 23, 2024
1 parent 3b43f21 commit 233b465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openwrt-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
cd openwrt-sdk
echo -e "$(nproc) thread compile"
make package/feeds/packages/net/${{ github.event.inputs.BRANCH }}/compile -j$(nproc) || make package/feeds/packages/net/${{ github.event.inputs.BRANCH }}/compile -j1 || make package/feeds/packages/net/${{ github.event.inputs.BRANCH }}/compile -j1 V=sc
make package/${{ github.event.inputs.BRANCH }}/compile -j$(nproc) || make package/${{ github.event.inputs.BRANCH }}/compile -j1 || make package/${{ github.event.inputs.BRANCH }}/compile -j1 V=sc
echo "status=success" >> $GITHUB_OUTPUT
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME
[ -s DEVICE_NAME ] && echo "DEVICE_NAME=_$(cat DEVICE_NAME)" >> $GITHUB_ENV
Expand Down

0 comments on commit 233b465

Please sign in to comment.