Skip to content

Commit

Permalink
Fix a curl option in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qqfunc authored Aug 16, 2024
1 parent a936954 commit 18b30e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
check-latest: true
- name: Download Python ${{ steps.py.outputs.python-version }} source code
run: |
curl -O Python.tgz $(python ./geturl.py)
curl -o Python.tgz $(python ./geturl.py)
tar -xf Python.tgz
- name: Add iOS/Resources/bin to PATH
working-directory: Python
Expand Down

0 comments on commit 18b30e7

Please sign in to comment.