Skip to content

Commit

Permalink
WIP try dropping flutter-version step
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Oct 3, 2023
1 parent e951c2c commit 22001e6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
- name: Download Flutter SDK artifacts (flutter precache)
run: flutter precache --universal

# This step seems to typically take like 30 seconds. That's a bit
# puzzling, given that we've already run `flutter precache`... but
# if this step is left off, then the next step to use the
# `flutter` tool just gets 30 seconds longer. So it must be doing
# some useful warmup that the tool needs.
- name: Print Flutter version (and implicitly finish preparing Flutter)
run: flutter --version

- name: Download our dependencies (flutter pub get)
run: flutter pub get

Expand Down

0 comments on commit 22001e6

Please sign in to comment.