Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Veras-D committed Dec 31, 2023
1 parent 2dd7b94 commit eca62c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
run: |
sudo apt-get update
sudo apt install python3-tk python3-dev python3-setuptools tcl
- name: Install tk on ubuntu
if: ${{ matrix.config.os == 'windows-2019'}}
run: pip install pywin32

- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -36,8 +40,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyinstaller
pip install pillow
pip install pywin32
pip install pillow
- name: Build with pyinstaller for ${{ matrix.config.os }}
run: pyinstaller scripts/main.py --onefile --noconsole --icon=img/icon.ico --name=PyHolofotes
Expand Down

0 comments on commit eca62c1

Please sign in to comment.