Skip to content

Commit

Permalink
wip combine two steps, to save wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Oct 2, 2023
1 parent 664c86d commit 4cf0396
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
git clone https://github.com/flutter/flutter ~/flutter
echo ~/flutter/bin >> "$GITHUB_PATH"
- name: Download Flutter SDK artifacts
run: flutter precache --universal

- name: Print Flutter version
run: flutter --version
- name: Download Flutter SDK artifacts; print Flutter version first
run: |
flutter --version
flutter precache --universal
- name: Run tools/check
run: TERM=dumb tools/check --all

0 comments on commit 4cf0396

Please sign in to comment.