-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always failed with UNABLE_TO_VERIFY_LEAF_SIGNATURE #315
Comments
I found solution here #304 (comment) |
I saw in dexplo/dataframe_image@64cee11 you added - name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v3
with:
cache: true
packages: >-
scheme-basic
collection-xetex
collection-fontsrecommended
collection-mathscience
collection-pictures
collection-latexextra
repository: https://mirrors.tuna.tsinghua.edu.cn/tex-historic-archive/systems/texlive/2023/tlnet-final/
version: 2023 Is the historic TeX Live 2023, rather than TeX Live 2024, really the version you want to use? |
I still want to track the latest texlive, this commit is just a test. |
@PaleNeutron Sorry for the late response. To use the latest version, select a CTAN mirror from here and set the with:
repository: <CTAN mirror URL>/systems/texlive/tlnet/ For example, if you choose https://ctan.math.washington.edu/tex-archive/ then the repository URL is https://ctan.math.washington.edu/tex-archive/systems/texlive/tlnet/ |
It seems not all repositories have the same structure, for example, THU's mirror path is 404
|
Not all CTAN mirrors mirror the historic archives. If you are going to use the latest yearly TeX Live version, then there's no need to use the historic archives. That's why in #315 (comment) I asked
|
@PaleNeutron It appears not to be a CTAN mirror URL, but rather (part of) a URL for the historic archive. According to the mirror list page, the CTAN mirror on https://mirrors.tuna.tsinghua.edu.cn/CTAN/ So if you want to use the latest version via with:
repository: https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet/ |
See my action https://github.com/dexplo/dataframe_image/actions/runs/10844820731/job/30113460578
The text was updated successfully, but these errors were encountered: