Skip to content

Commit

Permalink
[Github:MacOS] Fix typo in curl
Browse files Browse the repository at this point in the history
  • Loading branch information
HotaruBlaze committed May 14, 2024
1 parent bc4a59a commit d0d0209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- pyqt5
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: 3.11.4
Expand Down Expand Up @@ -90,10 +91,9 @@ jobs:
python-version: 3.11.4
- name: Install Python 3.11.4 and build NSO-RPC
run: >
curl https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg -o
python-3.11.4-macos11.pkg
curl https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg -o python-3.11.4-macos11.pkg &&
sudo installer -verbose -pkg python-3.11.4-macos11.pkg -target / &&
alias python3=python3.11
alias python3=python3.11 &&
cd scripts/macos-universal2 &&
bash ./build.sh &&
cd ../../client/dist &&
Expand Down

0 comments on commit d0d0209

Please sign in to comment.