mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 00:09:38 -05:00
Try windows build with explicitly installing python3.10
This commit is contained in:
parent
7ba1e58429
commit
b77212c585
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -14,6 +14,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: Install poetry
|
||||||
run: C:\hostedtoolcache\windows\Python\3.10.9\x64\python -m pip install poetry
|
run: C:\hostedtoolcache\windows\Python\3.10.9\x64\python -m pip install poetry
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user