ci: remove fonts
Some checks failed
Build PDF & Release / release (push) Failing after 1m54s

This commit is contained in:
2026-02-14 01:59:29 +01:00
parent 135712e042
commit cabb8291cb

View File

@@ -22,11 +22,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Fonts
run: |
sudo apt-get update
sudo apt-get install -y fonts-liberation
- name: Install Rust - name: Install Rust
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
@@ -40,7 +35,7 @@ jobs:
tar -xJf typst.tar.xz --strip-components=1 -C /usr/local/bin/ typst-x86_64-unknown-linux-musl/typst tar -xJf typst.tar.xz --strip-components=1 -C /usr/local/bin/ typst-x86_64-unknown-linux-musl/typst
typst --version typst --version
- name: Install Typst & md-pdf (Rust) - name: Install md-pdf (Rust)
run: | run: |
cargo install md-pdf cargo install md-pdf
echo "$HOME/.cargo/bin" >> $GITHUB_PATH echo "$HOME/.cargo/bin" >> $GITHUB_PATH