Skip to content

Commit 28c087f

Browse files
committed
fix(action): strip dep
1 parent f362b11 commit 28c087f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publ.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
- name: Install TeXLive
2424
run: |
2525
sudo apt-get update
26-
sudo apt install -y texlive-luatex
26+
sudo apt install -y texlive-luatex texlive-latex-base texlive-lang-japanese
2727
2828
- name: Install C Compiler and Library
29-
run: |
30-
cc -v
29+
run: cc -v
3130

3231
- name: Make Post
3332
run: python3 make.py post

0 commit comments

Comments
 (0)