Skip to content

Commit

Permalink
Don't install tex; we don't need it now.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtoy committed Jul 14, 2024
1 parent b8c46a3 commit 4b903f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs :
sudo apt-get update
# Cmucl needs 32-bit libs to run
sudo apt-get install gcc-multilib
# texlive for latex so we can build the pdf manual.
# texlive-plain-generic to get epsf.sty that's needed by the
# manual.
sudo apt-get install texlive texlive-plain-generic
- name: Get cmucl binaries
run: |
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2024/04/cmucl-2024-04-x86-linux.tar.bz2
Expand Down

0 comments on commit 4b903f0

Please sign in to comment.