Skip to content

Commit

Permalink
mod: 尝试添加cherry-pick d4124bd以修复字重问题
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Sep 8, 2024
1 parent 663a131 commit c32a1fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,17 @@ jobs:
uses: subosito/flutter-action@v2
with:
flutter-version: 3.24.2
channel: any
channel: stable

- name: 修复3.24的stable显示中文不正确问题
run: |
cd $FLUTTER_ROOT
git config --global user.name "orz12"
git config --global user.email "orz12@test.com"
git cherry-pick d4124bd --strategy-option theirs
# flutter precache
flutter --version
cd -
- name: 下载项目依赖
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1868,4 +1868,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.24.2"
flutter: ">=3.24.0"

0 comments on commit c32a1fd

Please sign in to comment.