We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78bb29 commit ca8c795Copy full SHA for ca8c795
.github/workflows/actions.yaml
@@ -39,6 +39,13 @@ jobs:
39
with:
40
version: 9
41
42
+ - name: Setup aft
43
+ shell: bash # Run in bash regardless of platform
44
+ run: dart pub global activate -spath packages/aft
45
+
46
+ - name: aft link
47
+ run: aft link
48
49
- name: Get Packages
50
working-directory: actions
51
run: dart pub get
@@ -59,6 +66,13 @@ jobs:
59
66
60
67
sdk: 3.3.0
61
68
69
70
71
72
73
74
75
62
76
63
77
64
78
0 commit comments