This commit is contained in:
Gabor Kiss-Vamosi
2020-08-31 14:04:23 +02:00
parent 09ce595239
commit 91cfb70856

View File

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