[bootlin/training-materials updates] master: github action: install texlive-appendixnumberbeamer (8afbccf5)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Feb 7 10:33:18 CET 2023


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

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

commit 8afbccf54980df2c817b46b8809847a448e4f578
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Feb 7 10:33:18 2023 +0100

    github action: install texlive-appendixnumberbeamer
    
    Needed for Fedora after recent commit "slides: add provision for an "Extra section" in appendix".
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

8afbccf54980df2c817b46b8809847a448e4f578
 .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 57e1d83f..041dd0ae 100644
--- a/.github/actions/build-material-action/Dockerfile
+++ b/.github/actions/build-material-action/Dockerfile
@@ -44,7 +44,8 @@ RUN dnf -y update && \
 	texlive-stmaryrd \
 	texlive-fmtcount \
 	texlive-babel-english \
-	texlive-babel-french
+	texlive-babel-french \
+	texlive-appendixnumberbeamer
 
 ENV HOME /tmp
 




More information about the training-materials-updates mailing list