We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c46a3 commit 4b903f0Copy full SHA for 4b903f0
.github/workflows/ci.yml
@@ -17,10 +17,6 @@ jobs :
17
sudo apt-get update
18
# Cmucl needs 32-bit libs to run
19
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
24
- name: Get cmucl binaries
25
run: |
26
wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2024/04/cmucl-2024-04-x86-linux.tar.bz2
0 commit comments