Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexaraWu committed May 20, 2021
1 parent 940a8e8 commit 2a76b6a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/ci/install-ubuntu-texlive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ if ! command -v texlua > /dev/null; then
# Install a minimal system
./install-tl --profile ../.github/ci/texlive-ubuntu.profile --repository $REPO
cd ..
else
# Update TeX Live install but add nothing new
tlmgr update --self --all --no-auto-install
fi

tlmgr update --self

# Install TeX Live packages
tlmgr install \
algorithm2e \
Expand Down Expand Up @@ -75,6 +76,3 @@ tlmgr install \
xkeyval \
xstring \
zhnumber

# Update TeX Live install but add nothing new
tlmgr update --self --all --no-auto-install

0 comments on commit 2a76b6a

Please sign in to comment.