Skip to content

Commit

Permalink
Update build-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo authored Nov 25, 2024
1 parent f00ce27 commit 660bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
mingw-w64-x86_64-python-pip
mingw-w64-x86_64-python-pyqt6
mingw-w64-x86_64-python-pillow
mingw-w64-x86_64-pyinstaller
wget
p7zip
mingw-w64-x86_64-jq
Expand All @@ -64,6 +63,7 @@ jobs:
source .venv/bin/activate
python -m pip install --upgrade pip
pip install gphoto2 --user --no-binary :all:
pip install pyinstaller
python -m pip install -r requirements.txt
echo "VIRTUAL_ENV=$(pwd)/.venv" >> $GITHUB_ENV
echo "$(pwd)/.venv/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 660bbe5

Please sign in to comment.