Skip to content

Commit

Permalink
add non verification of TexLive repo when run texlive install
Browse files Browse the repository at this point in the history
  • Loading branch information
luclaurent committed Nov 29, 2024
1 parent 7a09af4 commit 283b038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-mac-os.yml
Original file line number Diff line number Diff line change
@@ -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: |

0 comments on commit 283b038

Please sign in to comment.