Skip to content

Commit

Permalink
update flutter_package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed Jun 4, 2024
1 parent ae19917 commit b0764ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:

- name: 📦 Install Dependencies
run: |
if grep -q 'path: ../../../didkit/lib/flutter' pubspec.yaml; then
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' pubspec.yaml
if grep -q 'path: ../../../didkit/lib/flutter' ../did_kit/pubspec.yaml; then
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' ../did_kit/pubspec.yaml
fi
flutter pub global activate very_good_cli
very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
Expand Down

0 comments on commit b0764ca

Please sign in to comment.