Skip to content

Commit

Permalink
Updated checkout and texlive this time with correct config scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
fschledorn authored Nov 24, 2024
1 parent 80ee0cc commit 6139341
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: xu-cheng/texlive-action/full@v2
with:
uses: actions/checkout@v4
- uses: xu-cheng/texlive-action@v2
with:
scheme: full
run: |
apk add make
apk add g++
Expand Down

0 comments on commit 6139341

Please sign in to comment.