act
This commit is contained in:
parent
433ccfb929
commit
7a4ea08767
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -13,11 +13,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Could also install texlive-full, but that takes a long time.
|
||||
# Could also install texlive-full,
|
||||
# but that takes ~20 minutes.
|
||||
- name: Install TeXLive
|
||||
run: |
|
||||
sudo apt update
|
||||
DEBIAN_FRONTEND=noninteractive sudo apt install --yes texlive
|
||||
DEBIAN_FRONTEND=noninteractive sudo apt install --yes texlive texlive-xetex
|
||||
|
||||
- name: Download Typst
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user