From 2844672377ce904c988f0d9516dc8fe30bd926ac Mon Sep 17 00:00:00 2001 From: "Dr.Blank" <64108942+Dr-Blank@users.noreply.github.com> Date: Fri, 4 Apr 2025 23:13:57 +0530 Subject: [PATCH] Add shell specification for Flutter dependency command to enhance cross-platform compatibility --- .github/actions/flutter-setup/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/flutter-setup/action.yaml b/.github/actions/flutter-setup/action.yaml index 3ead07e..6534571 100644 --- a/.github/actions/flutter-setup/action.yaml +++ b/.github/actions/flutter-setup/action.yaml @@ -40,5 +40,7 @@ runs: - name: Get Flutter dependencies run: flutter pub get + # Use shell: bash for potential cross-platform compatibility in complex commands + shell: bash # Add other common setup steps if needed