Skip to content

Commit c7d0c34

Browse files
committed
Verify that PDF builds properly
1 parent 7ea4ab8 commit c7d0c34

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
uses: actions/checkout@v3
1111

1212
- name: Set up dependencies
13-
run: sudo apt-get update && sudo apt-get install -y g++
13+
run: sudo apt-get update && sudo apt-get install -y g++ texlive-latex-recommended texlive-fonts-extra
1414

1515
- name: Run tests
16-
run: |
17-
./tester/run_all_tests.sh
16+
run: ./tester/run_all_tests.sh
17+
18+
- name: Build comprog.pdf
19+
run: make
1820

0 commit comments

Comments
 (0)