Skip to content

Commit bc464a7

Browse files
committed
fix(repo): install required libs in pipelines
1 parent 80e2eeb commit bc464a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stream_flutter_workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ jobs:
8787
uses: actions/checkout@v4
8888
with:
8989
fetch-depth: 0
90+
- name: "Install required native library"
91+
run: |
92+
sudo apt-get update
93+
sudo apt-get install -y ibmpv-dev
9094
- name: "Install Flutter"
9195
uses: subosito/flutter-action@v2
9296
with:

0 commit comments

Comments
 (0)