Remove unnecessary shell specification for Flutter dependency setup to simplify action configuration

This commit is contained in:
Dr.Blank 2025-04-04 23:10:54 +05:30
parent f241de3c22
commit 71b9f69072
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B

View file

@ -37,12 +37,8 @@ runs:
key: ${{ runner.os }}-flutter-pub-${{ hashFiles('**/pubspec.lock') }}
restore-keys: |
${{ runner.os }}-flutter-pub-
# Use shell: bash for potential cross-platform compatibility in complex commands
shell: bash
- 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