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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Install TeXLive
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt install --yes texlive
|
DEBIAN_FRONTEND=noninteractive sudo apt install --yes texlive texlive-xetex
|
||||||
|
|
||||||
- name: Download Typst
|
- name: Download Typst
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user