mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 03:30:34 +02:00
Update ci.yml
This commit is contained in:
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@@ -23,20 +23,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Installing TeX Live
|
- name: Installing TeX Live
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
mkdir -p /tmp/install-tl
|
||||||
sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex -y
|
cd /tmp/install-tl
|
||||||
|
MIRROR_URL="$(wget -q -S -O /dev/null http://mirror.ctan.org/ 2>&1 | sed -ne 's/.*Location: \(\w*\)/\1/p' | head -n 1)"
|
||||||
- name: Bootstrapping tlmgr
|
wget -nv "${MIRROR_URL}systems/texlive/tlnet/install-tl-unx.tar.gz"
|
||||||
run: |
|
tar --strip-components 1 -zxf /tmp/install-tl/install-tl-unx.tar.gz -C /tmp/install-tl/installer
|
||||||
sudo tlmgr --version
|
/tmp/install-tl/installer/install-tl --profile=/root/texlive.profile
|
||||||
set +e
|
tlmgr update --self
|
||||||
tlmgr init-usertree
|
tlmgr install collection-fontsrecommended collection-fontsextra collection-latexrecommended collection-xetex pdfcrop texliveonfly
|
||||||
set -e
|
|
||||||
sudo tlmgr update --all
|
|
||||||
|
|
||||||
- name: Installing pdfcrop
|
|
||||||
run: |
|
|
||||||
tlmgr install pdfcrop
|
|
||||||
|
|
||||||
- name: Installing pdf2svg
|
- name: Installing pdf2svg
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user