act
This commit is contained in:
parent
d64d7d130a
commit
4f09e07070
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -22,11 +22,11 @@ jobs:
|
||||
sudo apt install --yes \
|
||||
texlive texlive-xetex \
|
||||
texlive-games texlive-fonts-extra texlive-latex-extra \
|
||||
texlive-pictures
|
||||
texlive-pictures texlive-pstricks
|
||||
|
||||
- name: "Download Typst"
|
||||
run: |
|
||||
wget "https://github.com/typst/typst/releases/download/v0.12.0/typst-x86_64-unknown-linux-musl.tar.xz"
|
||||
wget -q "https://github.com/typst/typst/releases/download/v0.12.0/typst-x86_64-unknown-linux-musl.tar.xz"
|
||||
tar -xf "typst-x86_64-unknown-linux-musl.tar.xz"
|
||||
mv "typst-x86_64-unknown-linux-musl/typst" .
|
||||
rm "typst-x86_64-unknown-linux-musl.tar.xz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user