Skip to content

Commit 5936479

Browse files
committed
add vendor to path directly in CI
1 parent 655a161 commit 5936479

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010

11-
- name: ⚙️ Install direnv
11+
- name: Add vendored flutter to PATH
1212
run: |
13-
sudo apt-get -y install direnv
14-
eval "$(direnv hook bash)"
13+
echo vendor/flutter/bin >> "$GITHUB_PATH"
1514
1615
- name: Download Flutter SDK artifacts (flutter precache)
1716
run: flutter precache --universal

0 commit comments

Comments
 (0)