mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-24 18:22:58 -03:00
Try windows build with explicitly installing python3.10
This commit is contained in:
parent
7ba1e58429
commit
b77212c585
1 changed files with 11 additions and 0 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue