We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a423e01 commit 32271f5Copy full SHA for 32271f5
1 file changed
.github/workflows/tauri_app_build.yml
@@ -30,6 +30,9 @@ jobs:
30
cache-dependency-path: |
31
**/requirements*.txt
32
33
+ - name: Install FFmpeg
34
+ run: choco install ffmpeg -y
35
+
36
- name: Install Dependencies
37
run: |
38
@@ -124,6 +127,9 @@ jobs:
124
127
125
128
126
129
130
131
132
133
134
135
pip install -r requirements.txt
0 commit comments