We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d19890 commit fb8af6bCopy full SHA for fb8af6b
.github/workflows/ci.yml
@@ -32,10 +32,10 @@ jobs:
32
cd "$CETZ"
33
git submodule update --init --recursive
34
just install @preview
35
- - uses: typst-community/setup-typst@v3
+ - uses: typst-community/setup-typst@v4
36
with:
37
typst-version: '0.13.1'
38
- cache-dependency-path: src/cetz.typ
+ zip-packages: requirements.json
39
- run: |
40
just install @local
41
requirements.json
@@ -0,0 +1,7 @@
1
+{
2
+ "preview": {
3
+ "cetz": "https://github.com/cetz-package/cetz/archive/refs/tags/v0.3.4.zip"
4
+ },
5
+ "local": {
6
+ }
7
+}
0 commit comments