Skip to content

Commit

Permalink
Trying to fix action. Try 1/∞
Browse files Browse the repository at this point in the history
  • Loading branch information
quswadress committed May 22, 2024
1 parent 6ec6833 commit 9d206ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
cache: 'pip'
- name: Update pip
run: python -m pip install --upgrade pip
- name: Install pygame dependencies
run: apt update && apt install -y python3-pygame
if: runner.os == 'Linux'
- name: Install dependencies
run: python -m pip install -r requirements.txt
- name: Install installer
Expand Down

0 comments on commit 9d206ed

Please sign in to comment.