Skip to content

Commit

Permalink
combine setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Oct 3, 2023
1 parent fcd89b0 commit 1d0cfef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Clone Flutter SDK
- name: Clone Flutter SDK; download SDK artifacts; get our dependencies
run: |
git clone https://github.com/flutter/flutter ~/flutter
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
echo ~/flutter/bin >> "$GITHUB_PATH"
- name: Download Flutter SDK artifacts and our dependencies
run: |
export PATH="~/flutter/bin${GITHUB_PATH:+:$GITHUB_PATH}"
flutter precache --universal
flutter --version
flutter pub get
Expand Down

0 comments on commit 1d0cfef

Please sign in to comment.