shimane-u-reports

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

commit 4060297f442d433e483e0b92e472da5f51142ba9
parent 1de1a5608a986399909bdd6afd6e8f7fcd0d2621
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 25 Apr 2025 10:48:03 +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