Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Mar 13, 2020
1 parent ea96714 commit d2a7a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install-texlive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ INSTALL="/tmp/install-texlive";
mkdir -p "$INSTALL";
curl -sSL "$REMOTE/install-tl-unx.tar.gz" | tar -xz -C "$INSTALL" \
--strip-components=1;
"$INSTALL/install-tl" -profile .github/workflows/texlive.profile;
"$INSTALL/install-tl" -no-gui -repository $REMOTE \
-profile .github/workflows/texlive.profile;

export PATH="/tmp/texlive/bin/x86_64-linux:$PATH";

Expand Down

0 comments on commit d2a7a31

Please sign in to comment.