shimane-u-reports

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

commit 4264cb374b7e633d084626679f0dee45d760e93d
parent 05f6de6ad1e973d64b935c2ec81e4d93f3b854fa
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 25 Apr 2025 10:03:01 +0900

apt to apt-get
Diffstat:
M.github/actions/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/Dockerfile b/.github/actions/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:latest RUN apt-get update \ && apt-get install -y tzdata -RUN apt install -y --no-install-recommends --fix-missing \ +RUN apt-get install -y --no-install-recommends \ curl \ python3 \ latexmk \