This commit is contained in:
github-actions[bot]
2020-08-31 12:03:15 +00:00
committed by GitHub

View File

@@ -14,5 +14,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Run tests - name: Run tests
run: apt-get install libpng-dev run: apt-get install libpng-dev; cd tests; python ./build.py
run: cd tests; python ./build.py