Browse Source

Try to install miktex with chocolatey

pull/143/merge
Oliverpool 9 years ago
parent
commit
d263f04758
  1. 4
      .appveyor.yml

4
.appveyor.yml

@ -22,6 +22,10 @@ install:
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
# Install miktex
- cmd: choco install miktex
- "lualatex --version"
build: false # Not a C# project, build stuff at the test step instead.
before_test:

Loading…
Cancel
Save