Skip to content

Commit

Permalink
smh Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
marios-pz authored Dec 21, 2022
1 parent 247f3a8 commit 0b448ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy pyinstaller
pip install numpy pyinstaller Pillow
pip install pygame --pre
# Why Mac needs pillow smh smh
- name: Build game
run: |
Expand Down

0 comments on commit 0b448ff

Please sign in to comment.