Skip to content

Commit

Permalink
chore: update actions workflow to run aft link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Jul 24, 2024
1 parent aa70456 commit 1083f54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
with:
version: 9

- name: Setup aft
shell: bash # Run in bash regardless of platform
run: dart pub global activate -spath packages/aft

- name: aft link
run: aft link

- name: Get Packages
working-directory: actions
run: dart pub get
Expand All @@ -59,6 +66,13 @@ jobs:
with:
sdk: 3.3.0

- name: Setup aft
shell: bash # Run in bash regardless of platform
run: dart pub global activate -spath packages/aft

- name: aft link
run: aft link

- name: Get Packages
working-directory: actions
run: dart pub get
Expand Down

0 comments on commit 1083f54

Please sign in to comment.