[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: [actions] Update package index before installing GhostScript (27b33cc4)
Marcel Fabian Krüger
tex at 2krueger.de
Mon Sep 13 12:23:35 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/27b33cc4f4d17edc8ba44b6bc1aa04687a3b2567
>---------------------------------------------------------------
commit 27b33cc4f4d17edc8ba44b6bc1aa04687a3b2567
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
>---------------------------------------------------------------
27b33cc4f4d17edc8ba44b6bc1aa04687a3b2567
.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.