Skip to content

Commit 1b77a7a

Browse files
committed
use setup-typst action
1 parent 447d742 commit 1b77a7a

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build-manual.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,9 @@ jobs:
7676
toolchain: stable
7777
override: true
7878

79-
- name: Install typst
80-
run: |
81-
cargo install --locked typst-cli || true
82-
echo "${HOME}/.cargo/bin" >> $GITHUB_PATH
79+
- uses: typst-community/setup-typst@v4
8380

84-
- name: Build manual.typ -> llmanual.pdf (with --features html)
81+
- name: Build manual
8582
run: |
8683
typst compile "manual/src/content/manual.typ" "manual/llmanual.pdf" --features html
8784

0 commit comments

Comments
 (0)