[latex3-commits] [git/LaTeX3-latex3-l3build] main: Fix ghostscript installation (8a22963)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Apr 16 13:11:18 CEST 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/8a22963adac3356ddd457b4fab55a16e605b5a48
>---------------------------------------------------------------
commit 8a22963adac3356ddd457b4fab55a16e605b5a48
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Sat Apr 15 22:00:48 2023 +0800
Fix ghostscript installation
>---------------------------------------------------------------
8a22963adac3356ddd457b4fab55a16e605b5a48
.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 52fb1dd..f1cfdcd 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -35,7 +35,7 @@ jobs:
key: texlive-v0-${{ steps.get-id.outputs.id }}
restore-keys: texlive-v0-
# We need Ghostscript for 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 34b3f3f..bddb25f 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout at v3
# We need Ghostscript for 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 v2
with:
More information about the latex3-commits
mailing list.