Skip to content

Commit 75794a1

Browse files
committed
added open sans
1 parent 20bd773 commit 75794a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/latexmk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v3
1919

20-
# Step 2: Set up TeX Live (LaTeX environment) and install latexmk
21-
- name: Install LaTeX and latexmk
20+
# Step 2: Install LaTeX tools and missing packages
21+
- name: Install LaTeX and required packages
2222
run: |
2323
sudo apt-get update
2424
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk
25+
sudo apt-get install -y texlive-fonts-extra
2526
2627
# Step 3: Install make (required to run your Makefile)
2728
- name: Install make

0 commit comments

Comments
 (0)