mirror of https://github.com/Nonannet/pyladoc.git
Update ci.yml adden got tools to path
This commit is contained in:
parent
26d6c67af0
commit
ccf7df8cc2
|
@ -119,7 +119,7 @@ jobs:
|
||||||
|
|
||||||
- name: Add miktex to PATH
|
- name: Add miktex to PATH
|
||||||
run: |
|
run: |
|
||||||
echo "PATH=$PATH;C:\tmp\test_miktex\miktex-portable\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;C:\Program Files\Git\usr\bin" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||||
|
|
||||||
- name: test xelatex
|
- name: test xelatex
|
||||||
run: xelatex --version
|
run: xelatex --version
|
||||||
|
|
Loading…
Reference in New Issue