mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-19 16:49:33 +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') }}
|
key: ${{ runner.os }}-flutter-pub-${{ hashFiles('**/pubspec.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-flutter-pub-
|
${{ runner.os }}-flutter-pub-
|
||||||
# Use shell: bash for potential cross-platform compatibility in complex commands
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Get Flutter dependencies
|
- name: Get Flutter dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
# Use shell: bash for potential cross-platform compatibility in complex commands
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
# Add other common setup steps if needed
|
# Add other common setup steps if needed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue