From a944c26b24f0e7295988d5088b651fb301fb59d0 Mon Sep 17 00:00:00 2001 From: Niklas Bolander Date: Sat, 12 Feb 2022 13:47:24 +0100 Subject: [PATCH] Use latest TexLive release for CI builds (#401) [texlive/texlive](https://hub.docker.io/r/texlive/texlive)'s source is available at: https://gitlab.com/islandoftex/images/texlive. Closes #401. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1936da..e432139 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: jobs: build: runs-on: ubuntu-latest - container: thomasweise/texlive + container: texlive/texlive:latest steps: - name: Checkout repo