Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keyraven committed Oct 18, 2023
1 parent 98c2596 commit 01fd2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install dependencies
run: python -m pip install -r requirements.txt
- name: Install Pillow for icon format conversion
run: python -m pip install Pillow==0.9.4
run: python -m pip install Pillow==9.4.0
- name: Install PyInstaller
run: python -m pip install --upgrade PyInstaller
- name: Run PyInstaller
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Install dependencies
run: python -m pip install -r requirements.txt
- name: Install Pillow for icon format conversion
run: python -m pip install Pillow==0.9.4
run: python -m pip install Pillow==9.4.0
- name: Install PyInstaller
run: python -m pip install --upgrade PyInstaller
- name: Run PyInstaller
Expand Down

0 comments on commit 01fd2f7

Please sign in to comment.