Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownNPC authored May 4, 2024
1 parent c4878b4 commit 4d9f3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.10.13'

- name: Install dependencies
run: |
pip install pyinstaller vdf Pillow
pip install pyinstaller protontricks
- name: Compile code
run: |
Expand Down

0 comments on commit 4d9f3f1

Please sign in to comment.