[latex3-commits] [git/LaTeX3-latex3-latex3] main: [actions] Update package index before installing GhostScript (b58d2986f)

Marcel Fabian Krüger tex at 2krueger.de
Mon Sep 13 12:28:05 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/b58d2986f89a751f68332cf804592bbaa74f8ba8

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

commit b58d2986f89a751f68332cf804592bbaa74f8ba8
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Mon Sep 13 12:28:05 2021 +0200

    [actions] Update package index before installing GhostScript


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

b58d2986f89a751f68332cf804592bbaa74f8ba8
 .github/workflows/deploy.yaml | 2 +-
 .github/workflows/main.yaml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 29240a7e2..6d5e888ae 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -38,7 +38,7 @@ jobs:
           key: texlive-v0-${{ steps.get-id.outputs.id }}
           restore-keys: texlive-v0-
       # We need Ghostscript for dvips and XeTeX tests.
-      - run: sudo apt-get install ghostscript
+      - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Install TeX Live
         uses: zauguin/install-texlive at v1
         with:
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 54ffc1bba..f3c620dc0 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -61,7 +61,7 @@ jobs:
           key: texlive-v0-${{ steps.get-id.outputs.id }}
           restore-keys: texlive-v0-
       # We need Ghostscript for dvips and XeTeX tests.
-      - run: sudo apt-get install ghostscript
+      - run: sudo apt-get update && sudo apt-get install ghostscript
       - name: Install TeX Live
         uses: zauguin/install-texlive at v1
         with:





More information about the latex3-commits mailing list.