Skip to content

Commit 317eb19

Browse files
committed
ci: Update 0.4.0 branch
1 parent 46acaee commit 317eb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
rustup target add wasm32-unknown-unknown
2929
CETZ=$(mktemp -d)
3030
mkdir -p ~/.local/share/typst/packages/preview/cetz
31-
git clone --depth 1 --branch release-0.4.0 https://github.com/cetz-package/cetz.git "$CETZ"
31+
git clone --depth 1 --branch v0.4.0 https://github.com/cetz-package/cetz.git "$CETZ"
3232
cd "$CETZ"
3333
git submodule update --init --recursive
3434
just install @preview

0 commit comments

Comments
 (0)