Skip to content

Commit 4bf7e7b

Browse files
committed
fix: run in docker
hope it works
1 parent 295b0ac commit 4bf7e7b

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.github/workflows/publ.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,19 @@ jobs:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v4
1515

16-
- name: Setup Clang
17-
run: |
18-
sudo apt-get update
19-
sudo apt-get install -y clang
20-
21-
- name: Setup TeX Environment
16+
- name: Publish
2217
uses: xu-cheng/texlive-action@v2
2318
with:
24-
scheme: small
19+
scheme: basic
2520
run: |
2621
tlmgr install \
2722
collection-luatex \
2823
evangelion-jfm \
2924
xurl \
3025
luatexja
31-
32-
- name: Publish
33-
run: |
34-
alias cc=clang
35-
source /etc/profile
36-
echo $PATH
37-
python3 make.py post
38-
python3 make.py batch
26+
apk add clang
27+
python3 make.py post
28+
python3 make.py batch
3929
4030
- name: Commit and Push Changes
4131
run: |

0 commit comments

Comments
 (0)