Skip to content

Commit 14a2f54

Browse files
committed
fix
1 parent 32271f5 commit 14a2f54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tauri_app_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install Dependencies
3737
run: |
38-
38+
pip install --only-binary :all: av==14.0.1
3939
pip install -r requirements.txt
4040
4141
- name: Build Executable
@@ -132,6 +132,7 @@ jobs:
132132

133133
- name: Install Dependencies
134134
run: |
135+
pip install --only-binary :all: av==14.0.1
135136
pip install -r requirements.txt
136137
137138
- uses: sayyid5416/pyinstaller@v1

0 commit comments

Comments
 (0)