File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,10 @@ jobs:
2424 with :
2525 crate : tytanic
2626 git : https://github.com/tingerrr/tytanic.git
27- - run : |
28- rustup target add wasm32-unknown-unknown
29- CETZ=$(mktemp -d)
30- mkdir -p ~/.local/share/typst/packages/preview/cetz
31- git clone --depth 1 --branch v0.4.0 https://github.com/cetz-package/cetz.git "$CETZ"
32- cd "$CETZ"
33- git submodule update --init --recursive
34- just install @preview
35- - uses : typst-community/setup-typst@v3
27+ - uses : typst-community/setup-typst@v4
3628 with :
3729 typst-version : ' 0.13.1'
38- cache-dependency-path : src/cetz.typ
30+ zip-packages : requirements.json
3931 - run : |
4032 just install @local
4133 just install @preview
Original file line number Diff line number Diff line change 1+ {
2+ "preview" : {
3+ "cetz" : " https://github.com/cetz-package/cetz/archive/refs/tags/v0.3.4.zip"
4+ },
5+ "local" : {
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments