From a03bbed15e192f2679f74880205751e9e0e8b3f2 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Sun, 5 May 2024 21:06:35 -0300 Subject: [PATCH] ci: fix typst-version parameter --- .github/workflows/tests-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-ci.yml b/.github/workflows/tests-ci.yml index c4f3159..8c9c5b9 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -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 ."