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 32271f5 commit 14a2f54Copy full SHA for 14a2f54
1 file changed
.github/workflows/tauri_app_build.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install Dependencies
37
run: |
38
-
+ pip install --only-binary :all: av==14.0.1
39
pip install -r requirements.txt
40
41
- name: Build Executable
@@ -132,6 +132,7 @@ jobs:
132
133
134
135
136
137
138
- uses: sayyid5416/pyinstaller@v1
0 commit comments