Add shell specification for Flutter dependency command to enhance cross-platform compatibility

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

View file

@ -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