From 283b038ebbb6bc6f1f24824f549a588bacafba7c Mon Sep 17 00:00:00 2001 From: Luc LAURENT Date: Fri, 29 Nov 2024 11:30:23 +0100 Subject: [PATCH] add non verification of TexLive repo when run texlive install --- .github/workflows/ci-mac-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-mac-os.yml b/.github/workflows/ci-mac-os.yml index 01e8b0d..9a4152b 100644 --- a/.github/workflows/ci-mac-os.yml +++ b/.github/workflows/ci-mac-os.yml @@ -54,7 +54,7 @@ jobs: run: | # xstring is just required for testing --includestyles sudo tlmgr update --self - sudo tlmgr install collection-fontsrecommended bophook xstring + sudo tlmgr install collection-fontsrecommended bophook xstring --verify-repo=none - name: Test latexml run: |