Update ci.yml overwrite robocops exit code

This commit is contained in:
Nicolas Kruse 2025-06-09 20:29:14 +02:00 committed by GitHub
parent 1ea75c5276
commit f801568caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ jobs:
- name: Copy and check directory structure of MiKTeX installation
run: |
robocopy miktex-portable miktex-run /E
dir ".\miktex-run\texmfs\install\miktex\bin\x64\*"
robocopy miktex-portable miktex-run /E /NFL
if ($LASTEXITCODE -ge 8) { exit $LASTEXITCODE }
- name: Add miktex to PATH
run: |