From 0baa797812eeda4abeb1d64ea2fd7d5774f4173c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=9D=8E?= Date: Wed, 11 Dec 2024 17:09:30 +0800 Subject: [PATCH] use pandoc/latex --- .devcontainer/Dockerfile | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1c4d06d..56d62eb 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM texlive/texlive:TL2022-historic +FROM pandoc/latex # Install additional packages & fonts RUN apt-get update -y \ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1401bc..59b43cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest container: - image: texlive/texlive:TL2022-historic + image: pandoc/latex # Steps represent a sequence of tasks that will be executed as part of the job steps: