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 862df34 commit fa69992Copy full SHA for fa69992
.github/workflows/build_windows_exe.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: 3.8
18
19
- name: Install pip and cx-freeze
20
- run: python -m pip install --upgrade pip pipenv setuptools cx-freeze
+ run: python -m pip install --upgrade pip pipenv setuptools cx-freeze==6.13.1
21
22
- name: Install SSLyze dependencies
23
run: |
0 commit comments