Skip to content

Commit

Permalink
ci: another attempt at fixing --root
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel authored May 6, 2024
1 parent edf009e commit 3921473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: 🛠️ Compile test document (<v0.7.0)
if: ${{ matrix.typst-version != 'v0.11.0' }}
run: "typst compile --root . tests/strfmt-tests.typ"
run: "typst --root . compile tests/strfmt-tests.typ"

- name: 🛠️ Compile test document (v0.7.0+)
if: ${{ matrix.typst-version == 'v0.11.0' }}
Expand Down

0 comments on commit 3921473

Please sign in to comment.