mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-01 13:19:08 +08:00
Fix path for dart pub get - needs to run in spine-flutter directory
This commit is contained in:
parent
edebabe5a4
commit
1c1ddebe7e
2
.github/workflows/format-check-dart.yml
vendored
2
.github/workflows/format-check-dart.yml
vendored
@ -22,10 +22,10 @@ jobs:
|
|||||||
- name: Resolve Dart packages
|
- name: Resolve Dart packages
|
||||||
run: |
|
run: |
|
||||||
echo "=== Resolving packages to avoid format warnings ==="
|
echo "=== Resolving packages to avoid format warnings ==="
|
||||||
|
cd spine-flutter
|
||||||
dart pub get || true
|
dart pub get || true
|
||||||
cd example && dart pub get || true
|
cd example && dart pub get || true
|
||||||
cd ../test && dart pub get || true
|
cd ../test && dart pub get || true
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Format Dart
|
- name: Format Dart
|
||||||
run: ./formatters/format-dart.sh
|
run: ./formatters/format-dart.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user