Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
echo "$GITHUB_WORKSPACE/flutter/bin" >> $GITHUB_PATH
shell: bash

# 用 dart pub get 而非 flutter pub get:仓库带 ohos/ 目录,flutter pub get
# 会走 flutter_tools 的鸿蒙平台准备流程,缺 HOS_SDK_HOME 时直接 throwToolExit
# (No Hmos SDK found)。分析只需要 package_config.json,不需要鸿蒙 SDK。
- name: Get dependencies
run: dart pub get
env:
Expand Down
Empty file added CI test.md
Empty file.
Loading