Skip to content

Commit

Permalink
feat: 添加依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai authored and ibuler committed Jul 4, 2024
1 parent 4f54513 commit fcb9896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ if [[ $(uname) != 'Darwin' ]];then
command -v bash || add_pkg bash
command -v curl || add_pkg curl
command -v jq || add_pkg jq
command -v git || add_pkg git
command -v tar || add_pkg tar
command -v unzip || add_pkg unzip
fi

#INPUT_UPLOAD_URL='https://uploads.github.com/repos/ibuler/koko/releases/27862783/assets'
Expand Down

0 comments on commit fcb9896

Please sign in to comment.