Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Mar 10, 2024
1 parent b081b46 commit bc2f3be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install OpenGL Binaries
run: choco install opengl

- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand All @@ -23,7 +20,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
# Only include src, main.spec and the other necessary files to reduce the size of the release
- name: Copy files
run: |
mkdir app
Expand Down

0 comments on commit bc2f3be

Please sign in to comment.