We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583df68 commit 7a5f25aCopy full SHA for 7a5f25a
.github/workflows/compile.yml
@@ -22,7 +22,7 @@ jobs:
22
run: curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh
23
- name: Install lualatex
24
# run: sudo apt-get install texlive-latex-base && sudo apt install texlive-luatex && sudo apt-get install texlive-latex-extra
25
- run: sudo apt install texlive-full
+ run: sudo apt-get update && sudo apt install texlive-full --fix-missing
26
- name: Compile Specification
27
run: make ospec
28
- name: Upload the Specification
0 commit comments