CI: more tests

This commit is contained in:
Nicolas Kruse 2025-05-19 16:36:57 +02:00
parent f8c59c3c4b
commit c908602657
1 changed files with 4 additions and 6 deletions

View File

@ -72,15 +72,13 @@ jobs:
- name: Add miktex to PATH - name: Add miktex to PATH
run: | run: |
$env:Path += ";C:\Program Files\MiKTeX\miktex\bin\x64" echo "PATH=$PATH;C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Show path variable - name: Show path variable
run: echo $env:PATH
- name: Install XeTeX and other required packages
run: | run: |
miktex-console --install xetex --yes echo $env:PATH
miktex-console --update --yes echo "-----"
echo $env:GITHUB_ENV
- name: test xelatex - name: test xelatex
run: xelatex --version run: xelatex --version