From fdb3e352216eecc213c1e6d8832271b888e2f1c0 Mon Sep 17 00:00:00 2001 From: johannes-wolf Date: Fri, 10 Nov 2023 01:23:44 +0100 Subject: [PATCH] ci: Update workflow to Typst 0.9.0 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6ce0d0cb..a8bf8ac53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,9 @@ jobs: - uses: yusancky/setup-typst@v2 id: setup-typst with: - version: 'v0.8.0' + version: 'v0.9.0' - run: | just install just test just manual + just gallery