Skip to content

Commit 58fc308

Browse files
committed
fix: gh workflows (on build)
1 parent 17ffeb1 commit 58fc308

3 files changed

Lines changed: 245 additions & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
channel: stable
2626

2727
- name: Install Jaspr CLI
28-
run: dart pub global activate jaspr_cli
28+
run: flutter pub global activate jaspr_cli
29+
30+
- name: Add pub-cache to PATH
31+
run: echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
2932

3033
- name: Get dependencies
3134
run: flutter pub get

0 commit comments

Comments
 (0)