Skip to content

Commit

Permalink
Update mi_ax3600.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrH723 authored Apr 4, 2021
1 parent daceca3 commit a0a3d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mi_ax3600.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
cd openwrt
echo -e "$(nproc) thread compile"
make -j$(nproc) || make -j1 || make -j1 V=s
make -j$(nproc) || make -j2 || make -j2 V=s
echo "::set-output name=status::success"
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 a0a3d5d

Please sign in to comment.