Skip to content

Test sysinstall

Test sysinstall #7

name: Test sysinstall
on:
#schedule:
# - cron: '13 6 * * *'
workflow_dispatch:
jobs:
sysinstall:
name: Test sysinstall
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: sysinstall
run:
python scripts/sysinstall.py --mupdf-dir mupdf-sysinstall --mupdf-git '--branch master https://github.com/ArtifexSoftware/mupdf.git'