Skip to content

Commit 726cde4

Browse files
committed
fix(action): try gcc instead
the texlive-action uses the dumb `bash -o pipefail`, which makes fallback impossible
1 parent fbb6236 commit 726cde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publ.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
evangelion-jfm \
3232
xurl \
3333
silence
34-
apk add clang || apk add gcc
34+
apk add gcc
3535
mkdir ./public/batch >/dev/null 2>&1
3636
python3 make.py post
3737
python3 make.py batch

0 commit comments

Comments
 (0)