Skip to content

Commit

Permalink
ci: fix typst-version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel authored May 6, 2024
1 parent ef9d37c commit a03bbed
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 @@ -33,7 +33,7 @@ jobs:
uses: typst-community/setup-typst@v3
id: setup-typst
with:
version: ${{ matrix.typst-version }}
typst-version: ${{ matrix.typst-version }}

- name: 🛠️ Compile test document
run: "typst compile tests/strfmt-tests.typ --root ."

0 comments on commit a03bbed

Please sign in to comment.