diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 917d9d4..94ddd4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"