mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-24 07:11:13 -04:00
Oops, install 32-bit python in build-win32
This commit is contained in:
parent
4880d7815f
commit
1f1751cacb
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ jobs:
|
|||
command: |
|
||||
cd ~\Downloads
|
||||
Invoke-WebRequest -Uri https://www.python.org/ftp/python/3.9.13/python-3.9.13.exe -OutFile python-3.9.13.exe
|
||||
.\python-3.9.13-amd64.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39 /log Python39-Install.log
|
||||
.\python-3.9.13.exe /quiet InstallAllUsers=1 TargetDir=C:\Python39 /log Python39-Install.log
|
||||
|
||||
- run:
|
||||
name: Install poetry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue