From ff957c59abeee7d0a691fe654c23304664873422 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 9 Jan 2025 09:56:32 +0100 Subject: [PATCH] fix ci? --- .gitea/workflows/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index fe2af6d..abf7287 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -41,7 +41,7 @@ jobs: LATEX_SPELLCHECK_SOURCE_PATH: './' LATEX_SPELLCHECK_SOURCE_LANGUAGE_DEFAULT: de-AT LATEX_SPELLCHECK_IGNORELIST: spellcheck_custom_words.txt - LATEX_SPELLCHECK_TEXLIVE_VERSION: TL2021-2021-12-12-04-05 + LATEX_SPELLCHECK_TEXLIVE_VERSION: TL2024-2025-01-05-basic LATEX_SPELLCHECK_TEXLIVE_IMAGE: registry.gitlab.com/islandoftex/images/texlive steps: - name: "Determine prerequisites" @@ -52,7 +52,6 @@ jobs: if: ${{ steps.prereq.outputs.need_node == '1' }} run: | apt update -y - apt-get install -y usrmerge apt install -y curl curl -sS https://webi.sh/node | sh