mirror of https://github.com/Nonannet/pyladoc.git
Update ci.yml overwrite robocops exit code
This commit is contained in:
parent
1ea75c5276
commit
f801568caa
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue