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