diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a7d596637..dbf3a39ce 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,11 +25,12 @@ jobs: uses: actions/checkout@v3 - name: Install TeX Live id: texlive - uses: zauguin/install-texlive@1e1df66764ce7d2525de70fc36c03b825b6eef9d + uses: zauguin/install-texlive@3d86883c9aedb3e7efd8bff59abb36248129247a 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.