Fix path to poetry

This commit is contained in:
Micah Lee 2023-02-05 13:42:48 -08:00
parent f410b19277
commit 098b62dda5
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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: |