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
|
- name: Copy and check directory structure of MiKTeX installation
|
||||||
run: |
|
run: |
|
||||||
robocopy miktex-portable miktex-run /E
|
robocopy miktex-portable miktex-run /E /NFL
|
||||||
dir ".\miktex-run\texmfs\install\miktex\bin\x64\*"
|
if ($LASTEXITCODE -ge 8) { exit $LASTEXITCODE }
|
||||||
|
|
||||||
- name: Add miktex to PATH
|
- name: Add miktex to PATH
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue