Skip to content

Commit 7038d31

Browse files
committed
fix: define cc
1 parent 0eb2132 commit 7038d31

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/publ.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get update
1919
sudo apt-get install -y clang
2020
21-
- name: Compile Inplace
21+
- name: Setup TeX Environment
2222
uses: xu-cheng/texlive-action@v2
2323
with:
2424
scheme: small
@@ -36,8 +36,12 @@ jobs:
3636
ragged2e \
3737
hyperref \
3838
luatexja
39-
python3 make.py post
40-
python3 make.py batch
39+
40+
- name: Publish
41+
run: |
42+
alias cc=clang
43+
python3 make.py post
44+
python3 make.py batch
4145
4246
- name: Commit and Push Changes
4347
run: |

0 commit comments

Comments
 (0)