mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
Upgrade flutter packages
This commit is contained in:
parent
8419767c4f
commit
2c5b44426f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pr_test_build.yml
vendored
5
.github/workflows/pr_test_build.yml
vendored
|
@ -77,6 +77,11 @@ jobs:
|
|||
run: |
|
||||
cd /opt/android/cake_wallet
|
||||
flutter packages pub run tool/generate_localization.dart
|
||||
|
||||
- name: Upgrade flutter packages
|
||||
run: |
|
||||
cd /opt/android/cake_wallet
|
||||
flutter pub upgrade
|
||||
|
||||
- name: Build generated code
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue