Skip to content

Commit d3edc11

Browse files
authored
Update test.yml
1 parent 218ad4f commit d3edc11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ jobs:
66
compile:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: yusancky/setup-typst@v2
9+
- uses: yusancky/setup-typst@v3
1010
with:
1111
version: latest
1212
- uses: actions/checkout@v4
1313
- name: Extract version
14-
id: toml
1514
run: |
1615
VERSION=$(awk -F'= *' '/^version/{gsub(/"/,"",$2);print $2}' typst.toml)
1716
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
1817
- name: Link local template package
1918
run: |
2019
mkdir -p ~/.local/share/typst/packages/preview/accelerated-jacow
2120
ln -s $(pwd) ~/.local/share/typst/packages/preview/accelerated-jacow/$VERSION
21+
- name: Install font
22+
run: |
23+
sudo apt install tex-gyre
2224
- name: Init & compile
2325
run: |
2426
typst init @preview/accelerated-jacow:$VERSION

0 commit comments

Comments
 (0)