Skip to content

Commit

Permalink
更新 action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dabao1955 authored Jan 23, 2025
1 parent 293f741 commit f4ad045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ runs:
test -f /usr/bin/python2 || "$SU" ln -s -f -v /usr/bin/python3 /usr/bin/python2
else
echo "::group:: Downloading mkdtboimg to /usr/local/bin"
aria2c https://github.com/dabao1955/kernel_build_action/raw/main/mkdtboimg.py -o /usr/local/bin/mkdtboimg
sudo aria2c https://github.com/dabao1955/kernel_build_action/raw/main/mkdtboimg.py -o /usr/local/bin/mkdtboimg
chmod +x -v /usr/local/bin/mkdtboimg
fi
echo "::endgroup::"
Expand Down

0 comments on commit f4ad045

Please sign in to comment.