We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6c99d commit 648c5b8Copy full SHA for 648c5b8
.github/workflows/release.yml
@@ -12,8 +12,9 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: xu-cheng/texlive-action/full@v1
+ - uses: xu-cheng/texlive-action@v2
16
with:
17
+ scheme: full
18
run: |
19
apk add make msttcorefonts-installer fontconfig
20
update-ms-fonts
.github/workflows/test.yaml
@@ -13,8 +13,9 @@ jobs:
runs-on: ubuntu-latest
21
0 commit comments