We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75a3c6 commit a250891Copy full SHA for a250891
.github/workflows/latex-build.yml
@@ -18,6 +18,7 @@ jobs:
18
19
- name: Compile LaTeX document
20
run: |
21
+ export TEXINPUTS=./latex-support//:
22
cd lab-instructions
23
xelatex dodlabs.tex
24
0 commit comments