Skip to content

Commit

Permalink
adaptation for latest ppmcheckpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Dec 4, 2024
1 parent b05fced commit 3ee1016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/texlive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
update-all-packages: true
- name: Test tabularray with l3build
run: |
l3build check -cbuild --debug --halt-on-error --show-log-on-error
l3build check -c build --debug --halt-on-error --show-log-on-error
- name: Install pdftoppm
run:
sudo apt-get install poppler-utils
- name: Test tabularray with ppmcheckpdf
run: |
texlua buildend.lua
ppmcheckpdf check -c build
build-windows:
runs-on: windows-latest
steps:
Expand All @@ -38,13 +38,13 @@ jobs:
update-all-packages: true
- name: Test tabularray with l3build
run: |
l3build check -cbuild --debug --halt-on-error --show-log-on-error
l3build check -c build --debug --halt-on-error --show-log-on-error
- name: Install pdftoppm
run: |
tlmgr install wintools.windows
- name: Test tabularray with ppmcheckpdf
run: |
texlua buildend.lua
ppmcheckpdf check -c build
- name: Upload png and md5
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions buildend.lua

This file was deleted.

0 comments on commit 3ee1016

Please sign in to comment.