Skip to content

Commit

Permalink
Use setup-tectonic action
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Aug 2, 2024
1 parent f4010ea commit fefae66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lilypond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
env:
MAKEFLAGS: --jobs=4
LILYPOND_VERSION: 2.24.1
TECTONIC_VERSION: 0.15.0
VARIANTS_PDF: eogsized
jobs:
build:
Expand All @@ -24,6 +25,10 @@ jobs:
file: docker/Dockerfile
build-args: LILYPOND_VERSION=${{ env.LILYPOND_VERSION }}
tags: my-lilydock:${{ env.LILYPOND_VERSION }}
- uses: wtfjoke/setup-tectonic@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
tectonic-version: ${{ env.TECTONIC_VERSION }}
- name: Build PDFs
uses: addnab/docker-run-action@v3
with:
Expand Down

0 comments on commit fefae66

Please sign in to comment.