Update ci.yml: changed path of latex

This commit is contained in:
Nicolas Kruse 2025-06-09 21:12:28 +02:00 committed by GitHub
parent b7198feb9a
commit fc8bef3963
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 8 deletions

View File

@ -114,18 +114,12 @@ jobs:
- name: Copy and check directory structure of MiKTeX installation - name: Copy and check directory structure of MiKTeX installation
run: | run: |
robocopy miktex-portable miktex-run /E /NFL robocopy miktex-portable C:\tmp\test_miktex\miktex-portable /E /NFL /NDL
if ($LASTEXITCODE -eq 1) { exit 0 } if ($LASTEXITCODE -eq 1) { exit 0 }
- name: Add miktex to PATH - name: Add miktex to PATH
run: | run: |
echo "PATH=$PATH;$(pwd)\miktex-run\texmfs\install\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_ENV -Append echo "PATH=$PATH;C:\tmp\test_miktex\miktex-portable\texmfs\install\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Show path variable
run: |
echo $env:PATH
echo "-----"
echo $env:GITHUB_ENV
- name: test xelatex - name: test xelatex
run: xelatex --version run: xelatex --version