CI script: changed to preinstalled miktex package

This commit is contained in:
Nicolas 2025-06-09 16:11:32 +02:00
parent bd7d70a0b7
commit 001e5b8a10
1 changed files with 2 additions and 8 deletions

View File

@ -107,14 +107,8 @@ jobs:
- name: Set up MiKTeX Portable - name: Set up MiKTeX Portable
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
run: | run: |
Invoke-WebRequest https://www.nonan.net/w/files/miktexsetup-x64.zip -OutFile miktexsetup-x64.zip Invoke-WebRequest https://www.nonan.net/w/files/miktex-portable-Win-x64.zip -OutFile miktex-portable-Win-x64.zip
Expand-Archive miktexsetup-x64.zip -DestinationPath . Expand-Archive miktex-portable-Win-x64.zip -DestinationPath .
.\miktexsetup_standalone.exe --package-set=basic --portable=.\miktex-portable `
--use-registry=no --modify-path=no --quiet `
--local-package-repository=.\miktex-portable\miktex-packages download
.\miktexsetup_standalone.exe --package-set=basic --portable=.\miktex-portable `
--use-registry=no --modify-path=no --quiet `
--local-package-repository=.\miktex-portable\miktex-packages install
- name: Check directory structure of MiKTeX installation - name: Check directory structure of MiKTeX installation
run: | run: |