Skip to content

Commit

Permalink
ci: clone recursively before creating sdist
Browse files Browse the repository at this point in the history
otherwise we miss the skia source files

Fixes #40
  • Loading branch information
anthrotype committed Jan 11, 2021
1 parent c5ed7c4 commit aedaa49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install --upgrade setuptools wheel twine
- name: Download artifacts from build jobs
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit aedaa49

Please sign in to comment.