mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +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
|
||||
run: |
|
||||
echo "=== Resolving packages to avoid format warnings ==="
|
||||
cd spine-flutter
|
||||
dart pub get || true
|
||||
cd example && dart pub get || true
|
||||
cd ../test && dart pub get || true
|
||||
cd ..
|
||||
|
||||
- name: Format Dart
|
||||
run: ./formatters/format-dart.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user