From 098b62dda5555d849d7267bb12c32ebe0aabb9c0 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 5 Feb 2023 13:42:48 -0800 Subject: Fix path to poetry --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b13cd2d9..cdb29071 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -233,7 +233,7 @@ jobs: - name: Install poetry dependencies run: | 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 uses: actions/cache@v3 @@ -244,7 +244,7 @@ jobs: - name: Get tor binaries from Tor Browser run: | 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 uses: actions/cache@v3 @@ -294,9 +294,9 @@ jobs: - name: Build OnionShare run: | cd desktop - /Library/Frameworks/Python.framework/Versions/3.11/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.11/bin/poetry run python ./scripts/build-macos.py cleanup-build + /Library/Frameworks/Python.framework/Versions/3.10/bin/poetry run python ./setup-freeze.py build + /Library/Frameworks/Python.framework/Versions/3.10/bin/poetry run python ./setup-freeze.py bdist_mac + /Library/Frameworks/Python.framework/Versions/3.10/bin/poetry run python ./scripts/build-macos.py cleanup-build - name: Compress run: | -- cgit v1.2.3-54-g00ecf