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