mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-26 08:05:49 -04:00
Tweak path
This commit is contained in:
parent
8aba9e79ff
commit
187b6eaa6a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -123,8 +123,7 @@ jobs:
|
||||||
- name: Install Python 3.12.8 (universal2)
|
- name: Install Python 3.12.8 (universal2)
|
||||||
run: |
|
run: |
|
||||||
curl -L https://www.python.org/ftp/python/3.12.8/python-3.12.8-macos11.pkg --output ~/Downloads/python.pkg
|
curl -L https://www.python.org/ftp/python/3.12.8/python-3.12.8-macos11.pkg --output ~/Downloads/python.pkg
|
||||||
echo "c411b5372d563532f5e6b589af7eb16e95613d61bd5af7bfe78563467130bbfa python.pkg" | shasum -a 256 --check
|
cd ~/Downloads && echo "c411b5372d563532f5e6b589af7eb16e95613d61bd5af7bfe78563467130bbfa python.pkg" | shasum -a 256 --check && sudo installer -pkg python.pkg -target /
|
||||||
sudo installer -pkg ~/Downloads/python.pkg -target /
|
|
||||||
|
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue