Skip to content

Commit

Permalink
It would be pretty nice if this worked
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Feb 27, 2023
1 parent 1dd1629 commit 5e564ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Expand Up @@ -25,11 +25,12 @@ jobs:
uses: actions/checkout@v3
- name: Install TeX Live
id: texlive
uses: zauguin/install-texlive@c21d15ba647f9dcb6e0e1fb83c1aae41ee769459
uses: zauguin/install-texlive@e2c45ed23be19b024f06647115a473cfc2c0f69a
with:
# List the required TeX Live packages in a separate file to allow reuse in
# different workflows.
package_file: .github/tl_packages
repository: http://localhost
# The l3build job contains the actual work. We misuse the matrix mechanism to
# create three jobs which only differ in minimal elements.
# For tags we do not run this since we run the release job instead.
Expand Down

0 comments on commit 5e564ab

Please sign in to comment.