Skip to content

Commit 56baff4

Browse files
committed
ci: Fix cetz build issue
1 parent 89d5cd9 commit 56baff4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
crate: tytanic
2626
git: https://github.com/tingerrr/tytanic.git
2727
- run: |
28+
CETZ=$(mktemp -d)
2829
mkdir -p ~/.local/share/typst/packages/preview/cetz
29-
git clone --depth 1 --branch release-0.4.0 https://github.com/cetz-package/cetz.git ~/.local/share/typst/packages/preview/cetz/0.4.0
30+
git clone --depth 1 --branch release-0.4.0 https://github.com/cetz-package/cetz.git "$CETZ"
31+
cd "$CETZ"
32+
just install @preview
3033
- uses: typst-community/setup-typst@v3
3134
with:
3235
typst-version: '0.13.1'

0 commit comments

Comments
 (0)