mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
checkout submodules
This commit is contained in:
parent
e2b8739ced
commit
58f85fea41
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
|||
channel: 'stable'
|
||||
- name: Install Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
- name: Get dependencies
|
||||
run: flutter pub get
|
||||
- name: Analyze
|
||||
|
|
Loading…
Reference in a new issue