Fix CI errors. (#993)

This commit is contained in:
Fangjun Kuang
2024-06-12 11:42:19 +08:00
committed by GitHub
parent 208da78343
commit 6c12590d21
7 changed files with 19 additions and 10 deletions

View File

@@ -89,18 +89,13 @@ jobs:
flutter --version
mkdir -p /__t/flutter-Linux-3.22.1-X64/flutter
git config --global --add safe.directory /__t/flutter-Linux-3.22.1-X64/flutter
git config --global --add safe.directory /__t/flutter-Linux-*/flutter || true
flutter --version
dart --version
flutter doctor
flutter doctor
- name: Install libgtk-3-dev
shell: bash
run: |