From 212ad997d77df313018cd9f1ac219af0bd049026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9lio=20Brun?= Date: Wed, 3 Jul 2024 01:57:05 +0900 Subject: [PATCH] remove texlive-math-extra from CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49f39d7..32cbb83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - name: Install LaTeX run: | sudo apt-get update - sudo apt-get install texlive texlive-math-extra texlive-latex-extra + sudo apt-get install texlive texlive-latex-extra - name: Checkout tree uses: actions/checkout@v4