Skip to content

Commit

Permalink
Updated appveyor gdown version
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Mar 14, 2024
1 parent d022769 commit 4ce36ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ init:
install:
# To download from google drive
- set PATH=C:\Python38-x64;C:\Python38-x64\Scripts;%PATH%
- ps: py -m pip --disable-pip-version-check install gdown==4.6.0
- ps: py -m pip --disable-pip-version-check install gdown>=5.1.0
# Qt
- set QTDIR=C:\Qt\5.10.1\msvc2015_64
# make sure Qt bin path is before cmake bin path to avoid copying qt5 dlls from cmake before qt installation
Expand Down

0 comments on commit 4ce36ef

Please sign in to comment.