Skip to content

Commit fa69992

Browse files
committed
Freeze cx_freeze to last working version
1 parent 862df34 commit fa69992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_windows_exe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: 3.8
1818

1919
- name: Install pip and cx-freeze
20-
run: python -m pip install --upgrade pip pipenv setuptools cx-freeze
20+
run: python -m pip install --upgrade pip pipenv setuptools cx-freeze==6.13.1
2121

2222
- name: Install SSLyze dependencies
2323
run: |

0 commit comments

Comments
 (0)