Skip to content

Commit

Permalink
add setup step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisirhc committed Mar 26, 2024
1 parent b6955be commit 70b83c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
run: |
echo vendor/flutter/bin >> "$GITHUB_PATH"
- name: Run setup
run: tools/setup

- name: Display version (Temporary)
run: |
flutter --version
Expand Down

0 comments on commit 70b83c8

Please sign in to comment.