Skip to content

Commit c470580

Browse files
committed
Remove extra lang downloads for windows build
1 parent e31c631 commit c470580

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,6 @@ jobs:
104104
pip install .
105105
pip install .[develop]
106106
107-
108-
- name: Grab iso-639 lists
109-
shell: powershell
110-
run: |
111-
copy $(python -c "import iso639; print(iso639.mapping.TABLE_PATH)") iso-639-3.tab
112-
copy $(python -c "import iso639; print(iso639.mapping.MAPPING_PATH)") iso-639-3.json
113-
114107
- name: Build single executable
115108
shell: cmd
116109
run: pyinstaller FastFlix_Windows_OneFile.spec

0 commit comments

Comments
 (0)