mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-23 16:09:52 -05:00
Fix path to poetry
This commit is contained in:
parent
f410b19277
commit
098b62dda5
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -233,7 +233,7 @@ jobs:
|
|||||||
- name: Install poetry dependencies
|
- name: Install poetry dependencies
|
||||||
run: |
|
run: |
|
||||||
cd desktop
|
cd desktop
|
||||||
/Library/Frameworks/Python.framework/Versions/3.11/bin/poetry install
|
/Library/Frameworks/Python.framework/Versions/3.10/bin/poetry install
|
||||||
|
|
||||||
- name: Restore cache - tor
|
- name: Restore cache - tor
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
@ -244,7 +244,7 @@ jobs:
|
|||||||
- name: Get tor binaries from Tor Browser
|
- name: Get tor binaries from Tor Browser
|
||||||
run: |
|
run: |
|
||||||
cd desktop
|
cd desktop
|
||||||
/Library/Frameworks/Python.framework/Versions/3.11/bin/poetry run python ./scripts/get-tor.py macos
|
/Library/Frameworks/Python.framework/Versions/3.10/bin/poetry run python ./scripts/get-tor.py macos
|
||||||
|
|
||||||
- name: Restore cache - obfs4proxy
|
- name: Restore cache - obfs4proxy
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
@ -294,9 +294,9 @@ jobs:
|
|||||||
- name: Build OnionShare
|
- name: Build OnionShare
|
||||||
run: |
|
run: |
|
||||||
cd desktop
|
cd desktop
|
||||||
/Library/Frameworks/Python.framework/Versions/3.11/bin/poetry run python ./setup-freeze.py build
|
/Library/Frameworks/Python.framework/Versions/3.10/bin/poetry run python ./setup-freeze.py build
|
||||||
/Library/Frameworks/Python.framework/Versions/3.11/bin/poetry run python ./setup-freeze.py bdist_mac
|
/Library/Frameworks/Python.framework/Versions/3.10/bin/poetry run python ./setup-freeze.py bdist_mac
|
||||||
/Library/Frameworks/Python.framework/Versions/3.11/bin/poetry run python ./scripts/build-macos.py cleanup-build
|
/Library/Frameworks/Python.framework/Versions/3.10/bin/poetry run python ./scripts/build-macos.py cleanup-build
|
||||||
|
|
||||||
- name: Compress
|
- name: Compress
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user