[latex3-commits] [git/LaTeX3-latex3-latex2e] actions: [actions] Update package index before installing GhostScript (45ead565)
Marcel Fabian Krüger
tex at 2krueger.de
Mon Sep 13 12:20:06 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : actions
Link : https://github.com/latex3/latex2e/commit/45ead56512c9aff472197540c03e52a51631c3bd
>---------------------------------------------------------------
commit 45ead56512c9aff472197540c03e52a51631c3bd
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Mon Sep 13 12:20:06 2021 +0200
[actions] Update package index before installing GhostScript
>---------------------------------------------------------------
45ead56512c9aff472197540c03e52a51631c3bd
.github/workflows/main.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 3a203882..e393fe09 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.