diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 180e1fe..084220f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: - name: Copy and check directory structure of MiKTeX installation run: | robocopy miktex-portable miktex-run /E /NFL - if ($LASTEXITCODE -ge 8) { exit $LASTEXITCODE } + if ($LASTEXITCODE -eq 1) { exit 0 } - name: Add miktex to PATH run: |