Skip to content

Commit

Permalink
Use windows compatible install action
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Feb 24, 2024
1 parent ffc2a41 commit b3950ef
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
uses: zauguin/install-texlive@v3.3-alpha2
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
uses: zauguin/install-texlive@v3.3-alpha2
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 b3950ef

Please sign in to comment.