Skip to content

Commit 7a5f25a

Browse files
authoredMar 30, 2025··
update workflow (#142)
1 parent 583df68 commit 7a5f25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh
2323
- name: Install lualatex
2424
# 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
25+
run: sudo apt-get update && sudo apt install texlive-full --fix-missing
2626
- name: Compile Specification
2727
run: make ospec
2828
- name: Upload the Specification

0 commit comments

Comments
 (0)
Please sign in to comment.