Skip to content

Commit ca8c795

Browse files
committed
chore: update actions workflow to run aft link
1 parent d78bb29 commit ca8c795

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/actions.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
with:
4040
version: 9
4141

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+
4249
- name: Get Packages
4350
working-directory: actions
4451
run: dart pub get
@@ -59,6 +66,13 @@ jobs:
5966
with:
6067
sdk: 3.3.0
6168

69+
- name: Setup aft
70+
shell: bash # Run in bash regardless of platform
71+
run: dart pub global activate -spath packages/aft
72+
73+
- name: aft link
74+
run: aft link
75+
6276
- name: Get Packages
6377
working-directory: actions
6478
run: dart pub get

0 commit comments

Comments
 (0)