Skip to content

Commit 048cc1d

Browse files
committed
fix flutter web app dependency installation
1 parent 82b32f3 commit 048cc1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-draft.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
channel: stable
3131

3232
- name: Install dependencies (flutter web app)
33-
run: flutter pub get
33+
run: |
34+
cd sensors_dashboard
35+
flutter pub get
36+
cd ..
3437
3538
- name: Set up Python
3639
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)