File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -139,6 +139,13 @@ jobs:
139
139
try(update.packages(ask = FALSE, checkBuilt = TRUE))
140
140
shell : Rscript {0}
141
141
142
+ - name : Build texlive-local-deb
143
+ run : |
144
+ apt install -y equivs
145
+ wget https://cdn.jsdelivr.net/gh/scottkosty/install-tl-ubuntu/debian-control-texlive-in.txt
146
+ equivs-build debian-*
147
+ mv texlive-local*.deb texlive-local.deb
148
+
142
149
- name : Build TinyTeX-0.zip & install more package
143
150
run : |
144
151
sed -i 's|# finished base|cp $OLDPWD/install-tl-unx.tar.gz tools/; Rscript tools/clean-tlpdb.R; tar zcf TinyTeX-0.tar.gz -C ~ .TinyTeX|' tools/install-unx.sh
@@ -198,7 +205,7 @@ jobs:
198
205
max_attempts : 5
199
206
retry_wait_seconds : 10
200
207
command : |
201
- gh release upload ${{needs.new-release.outputs.draft-tag}} TinyTeX-0.tar.gz TinyTeX-1.tar.gz TinyTeX.tar.gz TinyTeX-2.tar.gz installer-unix.tar.gz regex.tar.gz --clobber
208
+ gh release upload ${{needs.new-release.outputs.draft-tag}} TinyTeX-0.tar.gz TinyTeX-1.tar.gz TinyTeX.tar.gz TinyTeX-2.tar.gz installer-unix.tar.gz regex.tar.gz texlive-local.deb --clobber
202
209
203
210
build-mac :
204
211
needs : [new-release]
@@ -328,7 +335,7 @@ jobs:
328
335
echo "## TeX Live version" >> notes.md
329
336
echo "" >> notes.md
330
337
echo '```' >> notes.md
331
- cat <<EOF >> notes.md
338
+ cat <<EOF >> notes.md
332
339
${{ needs.build-linux.outputs.tlmgr-version }}
333
340
EOF
334
341
echo '```' >> notes.md
You can’t perform that action at this time.
0 commit comments