summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-19 18:38:38 -0400
committerMicah Lee <micah@micahflee.com>2022-06-19 18:38:38 -0400
commit8eef25f2ff3ec2768020fd0d29632eacf5c7bac2 (patch)
tree178398b49fee6721d9d664d3c7492d8b490a22ec
parent82a8df604d0cfc9b4b1a2437ec6e958ac0e0595f (diff)
downloadonionshare-8eef25f2ff3ec2768020fd0d29632eacf5c7bac2.tar.gz
onionshare-8eef25f2ff3ec2768020fd0d29632eacf5c7bac2.zip
Oops, install 32-bit python in build-win32
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d238455b..f9646ae9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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