ci: install package before running

This commit is contained in:
Paul Tsouchlos
2024-09-18 23:13:21 -06:00
parent 3bd711ad5b
commit 977a1bdf3e

View File

@@ -54,6 +54,9 @@ jobs:
with:
typst-version: ${{ matrix.typst-version }}
- name: Install locally
run: just install-preview
- name: Run test suite
run: just test