Skip to content

Commit 4b903f0

Browse files
committed
Don't install tex; we don't need it now.
1 parent b8c46a3 commit 4b903f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs :
1717
sudo apt-get update
1818
# Cmucl needs 32-bit libs to run
1919
sudo apt-get install gcc-multilib
20-
# texlive for latex so we can build the pdf manual.
21-
# texlive-plain-generic to get epsf.sty that's needed by the
22-
# manual.
23-
sudo apt-get install texlive texlive-plain-generic
2420
- name: Get cmucl binaries
2521
run: |
2622
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2024/04/cmucl-2024-04-x86-linux.tar.bz2

0 commit comments

Comments
 (0)