ci.yml 286 B

123456789
  1. on: push
  2. jobs:
  3. build:
  4. runs-on: ubuntu-latest
  5. steps:
  6. - run: sudo apt-get update
  7. - run: sudo apt-get install --no-install-recommends -y latexmk lmodern texlive-latex-extra texlive-science
  8. - uses: actions/checkout@v2
  9. - run: make