shimane-u-reports

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 2d145c37da15c27dcaafbaba4e6a5f81939eddba
parent b8557bfa791e6083996cbdc1c171259fd92d158b
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed,  4 Jun 2025 01:08:02 +0900

add texlive-science
Diffstat:
M.github/actions/Dockerfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/actions/Dockerfile b/.github/actions/Dockerfile @@ -9,6 +9,7 @@ RUN apt install -y --no-install-recommends \ texlive \ texlive-latex-extra \ texlive-lang-japanese \ + texlive-science \ && rm -rf /var/lib/apt/lists/* RUN mktexlsr && mkdir -p /app