We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea4ab8 commit c7d0c34Copy full SHA for c7d0c34
1 file changed
.github/workflows/tests.yml
@@ -10,9 +10,11 @@ jobs:
10
uses: actions/checkout@v3
11
12
- name: Set up dependencies
13
- run: sudo apt-get update && sudo apt-get install -y g++
+ run: sudo apt-get update && sudo apt-get install -y g++ texlive-latex-recommended texlive-fonts-extra
14
15
- name: Run tests
16
- run: |
17
- ./tester/run_all_tests.sh
+ run: ./tester/run_all_tests.sh
+
18
+ - name: Build comprog.pdf
19
+ run: make
20
0 commit comments