aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2023-04-19 19:16:30 +0530
committerSaptak S <saptak013@gmail.com>2023-04-21 01:21:22 +0530
commitb77212c58544a2ee3afabbd95822a774376b623f (patch)
tree70023d5b8d0fb5513cd08601171cd694513cabc8
parent7ba1e584294bcf377acfd18565b9f9d06336f67a (diff)
downloadonionshare-b77212c58544a2ee3afabbd95822a774376b623f.tar.gz
onionshare-b77212c58544a2ee3afabbd95822a774376b623f.zip
Try windows build with explicitly installing python3.10
-rw-r--r--.github/workflows/build.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 02574494..e1dba318 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,6 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: Install python
+ uses: actions/setup-python@v4
+ with:
+ python-version: '3.10'
+
+ - name: Check python path
+ run: which python
+
+ - name: Check python path
+ run: python --version
+
- name: Install poetry
run: C:\hostedtoolcache\windows\Python\3.10.9\x64\python -m pip install poetry