Skip to content

Commit

Permalink
Fixed tkinter missing from Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Loukious authored Sep 23, 2024
1 parent f3f710a commit 7679463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y ccache python3-pip zip
sudo apt-get install -y ccache python3-pip python3-tk zip
python3 -m pip install --upgrade pip
pip3 install Nuitka
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
Expand Down

0 comments on commit 7679463

Please sign in to comment.