mirror of https://github.com/Nonannet/pyladoc.git
CI Script: $ProgressPreference = 'SilentlyContinue' added
This commit is contained in:
parent
001e5b8a10
commit
c72a1e70c4
|
@ -107,6 +107,7 @@ 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: |
|
||||||
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
Invoke-WebRequest https://www.nonan.net/w/files/miktex-portable-Win-x64.zip -OutFile miktex-portable-Win-x64.zip
|
Invoke-WebRequest https://www.nonan.net/w/files/miktex-portable-Win-x64.zip -OutFile miktex-portable-Win-x64.zip
|
||||||
Expand-Archive miktex-portable-Win-x64.zip -DestinationPath .
|
Expand-Archive miktex-portable-Win-x64.zip -DestinationPath .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue