Skip to content

Commit

Permalink
use windows-2019 and specific pyinstaller version
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer committed Sep 4, 2024
1 parent 0415c76 commit 4437d89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:

build:
# Windows is currently the only platform this action supports
runs-on: windows-latest
runs-on: windows-2019

steps:

Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies
run: |
pip install -r requirements.txt
pip install pyinstaller
pip install pyinstaller==6.10.0
# Build zip folder with executable using pyinstaller
- name: Build zip file
Expand All @@ -36,4 +36,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: gesture-mouse
path: dist/gesture-mouse

0 comments on commit 4437d89

Please sign in to comment.