[bootlin/training-materials updates] master: .github/actions: add texlive-fmtcount dependency (30fc7989)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jan 2 00:21:28 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/30fc79890b891f1bf8450ef549ed4c5919206ae2

>---------------------------------------------------------------

commit 30fc79890b891f1bf8450ef549ed4c5919206ae2
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Mon Jan 2 00:21:28 2023 +0100

    .github/actions: add texlive-fmtcount dependency
    
    Needed as we use the fmtcount LaTeX package.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

30fc79890b891f1bf8450ef549ed4c5919206ae2
 .github/actions/build-material-action/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/actions/build-material-action/Dockerfile b/.github/actions/build-material-action/Dockerfile
index 7f9c89f2..d2e8c29b 100644
--- a/.github/actions/build-material-action/Dockerfile
+++ b/.github/actions/build-material-action/Dockerfile
@@ -41,7 +41,8 @@ RUN dnf -y update && \
 	texlive-xetex \
 	texlive-textpos \
 	texlive-makecell \
-	texlive-stmaryrd
+	texlive-stmaryrd \
+	texlive-fmtcount
 
 ENV HOME /tmp
 




More information about the training-materials-updates mailing list