Skip to content

Commit

Permalink
Freeze cx_freeze to last working version
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Mar 9, 2023
1 parent 862df34 commit fa69992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_exe.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.8

- name: Install pip and cx-freeze
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

- name: Install SSLyze dependencies
run: |
Expand Down

0 comments on commit fa69992

Please sign in to comment.