forked from LBRYCommunity/lbry-sdk
Fix windows build, Merry christmas!
This commit is contained in:
parent
f259e497c4
commit
cbb06fce9d
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ build:windows:
|
|||
GIT_DEPTH: 5
|
||||
before_script:
|
||||
- ./docker/install_choco.ps1
|
||||
- choco uninstall python
|
||||
- choco uninstall python3
|
||||
- choco install -y --x64 python3 7zip checksum
|
||||
- python --version # | findstr /B "Python 3\.7\." # dont upgrade python on every run. just make sure we're on the right Python
|
||||
|
|
Loading…
Reference in a new issue