Skip to content

Commit

Permalink
工作流:修复修复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Oct 1, 2023
1 parent 7a74f95 commit c8f7010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
if [ "$openwrt_tag_branch" = "openwrt-22.03" ] || [[ "$openwrt_tag_branch" =~ ^v22.03.* ]] || [[ "$openwrt_tag_branch" =~ ^23.05.0-rc[1-3]$ ]] ; then
echo "openwrt版本小于等于23.05.0-rc3,不需要修复brook的go依赖问题"
else
wget -O- https://github.com/openwrt/packages/commit/361b360d2bbf7abe93241f6eaa12320d8d83475a.patch | patch -p1 -d feeds/packages # https://github.com/openwrt/packages/pull/22251/commits/361b360d2bbf7abe93241f6eaa12320d8d83475a
curl -s -L --retry 6 https://github.com/openwrt/packages/commit/361b360d2bbf7abe93241f6eaa12320d8d83475a.patch | patch -p1 -d feeds/packages 2>/dev/null # https://github.com/openwrt/packages/pull/22251
# 查找所有brook/Makefile文件,并存储到数组中
brook_makefiles=($(find "$OPENWRT_ROOT_PATH/package" -type f -path "*/brook/Makefile"))
Expand Down

0 comments on commit c8f7010

Please sign in to comment.