Skip to content

Commit

Permalink
add vendor to path directly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisirhc committed Mar 23, 2024
1 parent 9f2e9b8 commit 6e701be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: ⚙️ Install direnv
- name: Add vendored flutter to PATH
run: |
sudo apt-get -y install direnv
eval "$(direnv hook bash)"
echo vendor/flutter/bin >> "$GITHUB_PATH"
- name: Download Flutter SDK artifacts (flutter precache)
run: flutter precache --universal
Expand Down

0 comments on commit 6e701be

Please sign in to comment.