ci: pin typst clone to v0.15.1 to match Dockerfile

This commit is contained in:
2026-07-19 18:50:22 -04:00
parent a399636db9
commit 40555d7d6a
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: Clone Typst compiler - name: Clone Typst compiler
run: | run: |
git clone https://github.com/typst/typst.git typst git clone https://github.com/typst/typst.git typst
git -C typst checkout 44b3f78ed37fedea75e911dde2269ef86c45316f git -C typst checkout 9dfd3a08500b7896045f907433cf7b4b02434fad
- name: Set up Rust - name: Set up Rust
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable