Skip to content

Commit

Permalink
installer: set pynsist to 2.7 and distlib to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer authored and gravyboat committed Jan 24, 2022
1 parent 665f76a commit 5d57bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Install dependencies
run: |
./script/install-dependencies.sh
python -m pip install pynsist wheel
python -m pip install wheel pynsist==2.7 distlib==0.3.3
sudo apt update
sudo apt install -y nsis imagemagick inkscape
- name: Installer file name
Expand Down

0 comments on commit 5d57bba

Please sign in to comment.