Skip to content

Commit 5616b95

Browse files
committed
CI: Use absolute path for TYPST_FONT_PATH environment variable
This allows us to also use it in the main crate test suite.
1 parent a118dd7 commit 5616b95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ jobs:
206206
- run: cargo test --workspace
207207
env:
208208
# Set the path to the Fira Sans font for Typst.
209-
# The path is relative to the `crates_io_og_image` crate root.
210-
TYPST_FONT_PATH: ../../Fira-4.202/otf
209+
TYPST_FONT_PATH: ${{ github.workspace }}/Fira-4.202/otf
211210

212211
frontend-lint:
213212
name: Frontend / Lint

0 commit comments

Comments
 (0)