This commit is contained in:
7
.github/workflows/build-release.yaml
vendored
7
.github/workflows/build-release.yaml
vendored
@@ -22,11 +22,6 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Fonts
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y fonts-liberation
|
||||
|
||||
- name: Install Rust
|
||||
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
|
||||
typst --version
|
||||
|
||||
- name: Install Typst & md-pdf (Rust)
|
||||
- name: Install md-pdf (Rust)
|
||||
run: |
|
||||
cargo install md-pdf
|
||||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||
|
||||
Reference in New Issue
Block a user