Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix: remove sqlite3 from ios framework
Browse files Browse the repository at this point in the history
Remove uuid from release dependencies
  • Loading branch information
ricardobrg committed Apr 26, 2023
1 parent 644161e commit 95de477
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
run: |
perl -i -p0e 's/ integration_test:\n sdk: flutter//s' pubspec.yaml
perl -i -p0e 's/ path_provider: \^2\.0\.14//s' pubspec.yaml
perl -i -p0e 's/ sqlite3_flutter_libs: \^0\.5\.13//s' pubspec.yaml
perl -i -p0e 's/ uuid: \^3\.0\.7//s' pubspec.yaml
cat pubspec.yaml
- name: 'Flutter pub get'
Expand Down Expand Up @@ -150,6 +152,7 @@ jobs:
run: |
perl -i -p0e 's/ integration_test:\n sdk: flutter//s' pubspec.yaml
perl -i -p0e 's/ path_provider: \^2\.0\.14//s' pubspec.yaml
perl -i -p0e 's/ uuid: \^3\.0\.7//s' pubspec.yaml
cat pubspec.yaml
- name: 'Flutter Pub Get'
Expand Down

0 comments on commit 95de477

Please sign in to comment.