Skip to content

Update content of demo config-TU.lua #350

Update content of demo config-TU.lua

Update content of demo config-TU.lua #350

Workflow file for this run

name: Automated testing
on:
push:
pull_request:
branches:
- main
jobs:
l3build:
runs-on: ubuntu-latest
steps:
# Boilerplate
- name: Checkout repository
uses: actions/checkout@v4
# We need Ghostscript for XeTeX tests.
- run: sudo apt-get update && sudo apt-get install ghostscript
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
# List the required TeX Live packages in a separate file to allow reuse in
# different workflows.
package_file: .github/tl_packages
# Work around a TL issue
- run: mtxrun --generate && context --luatex --generate
- name: Run l3build
run: texlua l3build.lua ctan -H --show-log-on-error