Skip to content

Commit 32271f5

Browse files
committed
fix
1 parent a423e01 commit 32271f5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tauri_app_build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
cache-dependency-path: |
3131
**/requirements*.txt
3232
33+
- name: Install FFmpeg
34+
run: choco install ffmpeg -y
35+
3336
- name: Install Dependencies
3437
run: |
3538
@@ -124,6 +127,9 @@ jobs:
124127
cache-dependency-path: |
125128
**/requirements*.txt
126129
130+
- name: Install FFmpeg
131+
run: choco install ffmpeg -y
132+
127133
- name: Install Dependencies
128134
run: |
129135
pip install -r requirements.txt

0 commit comments

Comments
 (0)