From 8e0db5be80317610b113595ca58e06a297b9c7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= Date: Sun, 26 Jun 2022 04:06:35 +0200 Subject: [PATCH] Use texlive/texlive:latest Docker image --- .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 8d24b3e..a43ac9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: - luatex --interaction=nonstopmode example.plaintex runs-on: ubuntu-latest container: - image: texlive/texlive:latest-with-cache + image: texlive/texlive:latest steps: - name: Checkout repository uses: actions/checkout@v2