Vendor Typst compiler locally instead of depending on typstdrive folder

This commit is contained in:
2026-07-22 16:34:31 -04:00
parent 30bfa0d7a8
commit 65b041b6c9
5 changed files with 26 additions and 23 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ jobs:
- name: Clone Typst compiler
run: |
git clone https://github.com/typst/typst.git typstdrive/typst
git -C typstdrive/typst checkout "$TYPST_COMMIT"
git clone https://github.com/typst/typst.git typst-desktop/typst
git -C typst-desktop/typst checkout "$TYPST_COMMIT"
- name: Install build dependencies
run: |