Skip to content

Commit d656459

Browse files
ci: update setup-typst from v5.0.0 to v5.1.0 (#143)
1 parent 8c66889 commit d656459

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727

2828
- uses: typst-community/setup-typst@v5
2929
with:
30-
typst-versions-map: |
31-
{
32-
"typst": { "version": "v0.14.2" },
33-
"typst-0.13.1": { "version": "v0.13.1" }
34-
}
30+
typst-versions-file: scripts/typst-versions.yaml
3531
- run: bash scripts/install-typst-local-packages.sh
3632
- name: Restore cached fonts
3733
# Downloading fonts is time consuming.

.github/workflows/check.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ jobs:
2525

2626
- uses: typst-community/setup-typst@v5
2727
with:
28-
typst-versions-map: |
29-
{
30-
"typst": { "version": "v0.14.2" },
31-
"typst-0.13.1": { "version": "v0.13.1" }
32-
}
28+
typst-versions-file: scripts/typst-versions.yaml
3329
- run: bash scripts/install-typst-local-packages.sh
3430
- name: Restore cached fonts
3531
# Downloading fonts is time consuming.

scripts/typst-versions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
typst:
2+
version: v0.14.2
3+
typst-0.13.1:
4+
version: v0.13.1

0 commit comments

Comments
 (0)