Skip to content

Commit

Permalink
Switch to stable install-texlive action
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Feb 25, 2024
1 parent 5883249 commit 9783212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# We need docutils for our documentation
- run: sudo apt-get install python3-docutils
- name: Install TeX Live
uses: zauguin/install-texlive@v3.3-alpha2
uses: zauguin/install-texlive@v3
with:
# The list of packages to install is in a separate file under .github/tl_packages
# to allow reuse.
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install TeX Live
uses: zauguin/install-texlive@v3.3-alpha2
uses: zauguin/install-texlive@v3
with:
# The list of packages to install is in a separate file under .github/tl_packages
# to allow reuse.
Expand Down

0 comments on commit 9783212

Please sign in to comment.