Skip to content

Commit

Permalink
update workflow experiment for didkit
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 4, 2024
1 parent b50373c commit eafe161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ jobs:
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}

- name: Override didkit dependency
run: |
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' packages/did_kit/pubspec.yaml
- name: 🤫 Set SSH Key
env:
ssh_key: ${{secrets.ssh_key}}
Expand All @@ -103,6 +99,10 @@ jobs:
with:
ssh-private-key: ${{secrets.ssh_key}}

- name: 📦 Override didkit dependency
run: |
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' packages/did_kit/pubspec.yaml
- name: 📦 Install Dependencies
run: |
flutter pub global activate very_good_cli
Expand Down

0 comments on commit eafe161

Please sign in to comment.