Skip to content

Commit

Permalink
修复
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Mar 23, 2024
1 parent a8705a0 commit 7f555f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/action/planning/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ runs:
if [ "$(grep -c "^use_cache=" $GITHUB_WORKSPACE/config/$i/OpenWrt-K/compile.config)" -eq 0 ];then
echo "::error ::无法获取$i配置中缓存配置(在OpenWrt-K/compile.config中),请尝试使用新版OpenWrt-k配置构建工具"
exit 1
fi
# 检查拓展软件包配置文件
if [ ! -e "$GITHUB_WORKSPACE/config/$i/OpenWrt-K/extpackages.config" ]; then
echo "::error ::$i配置中缺少拓展软件包配置文件(OpenWrt-K/extpackages.config)即使为空也应该存在,请尝试使用新版OpenWrt-k配置构建工具"
Expand Down

0 comments on commit 7f555f0

Please sign in to comment.