mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-23 19:39:30 +00:00
Add shell specification for Flutter dependency command to enhance cross-platform compatibility
This commit is contained in:
parent
71b9f69072
commit
2844672377
1 changed files with 2 additions and 0 deletions
2
.github/actions/flutter-setup/action.yaml
vendored
2
.github/actions/flutter-setup/action.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue