Skip to content

Commit

Permalink
another try at fixing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Official-Husko committed Jun 22, 2024
1 parent d46b415 commit f8b4528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
python -m venv .env
source .env/Scripts/activate
python -m pip install --upgrade pip
pip install pyinstaller
pip install -r requirements.txt # Replace with your requirements file if exists
pyinstaller --paths .env/Lib/site-packages \
Expand Down

0 comments on commit f8b4528

Please sign in to comment.