Skip to content

Commit 08614f9

Browse files
ci: Switch from xu-cheng/texlive-action to teatimeguest/setup-texlive-action
`release.yml` is not changed. BITNP/BIThesis-wiki#485 (comment)
1 parent ae28957 commit 08614f9

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/test.yaml

+11-7
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: xu-cheng/texlive-action@v2
16+
- uses: teatimeguest/setup-texlive-action@v3
1717
with:
18-
scheme: full
19-
run: |
20-
apk add make msttcorefonts-installer fontconfig
21-
update-ms-fonts
22-
fc-cache -f
23-
make test
18+
packages: |
19+
scheme-full
20+
- name: Setup fonts
21+
run: |
22+
sudo apt update
23+
sudo apt install make fontconfig
24+
echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | sudo debconf-set-selections
25+
sudo apt install ttf-mscorefonts-installer
26+
fc-cache -f
27+
- run: make test
2428

2529
check_typos:
2630
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)