Skip to content

Commit

Permalink
Fix extract option
Browse files Browse the repository at this point in the history
  • Loading branch information
qqfunc authored Aug 16, 2024
1 parent 6bac835 commit 81795db
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 @@ -36,7 +36,7 @@ jobs:
- name: Download Python ${{ matrix.python-version }} source code
run: |
curl -o Python.tgz $(python ./geturl.py)
tar -xzf Python.tgz
tar -xzf Python.tgz -C Python --strip-components 1
- name: Add iOS/Resources/bin to PATH
working-directory: Python-${{ steps.py.outputs.python-version }}
run: |
Expand Down

0 comments on commit 81795db

Please sign in to comment.