mirror of https://github.com/Nonannet/pyladoc.git
CI Script: Cache ID set
This commit is contained in:
parent
c37eb8f526
commit
86448a6356
|
@ -100,12 +100,13 @@ jobs:
|
||||||
|
|
||||||
- name: Cache MiKTeX Portable
|
- name: Cache MiKTeX Portable
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
id: miktex
|
||||||
with:
|
with:
|
||||||
path: miktex-portable
|
path: miktex-portable
|
||||||
key: miktex-portable-${{ runner.os }}-24.1-x64
|
key: miktex-portable-${{ runner.os }}-24.1-x64
|
||||||
|
|
||||||
- name: Set up MiKTeX Portable
|
- name: Set up MiKTeX Portable
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.miktex.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
$ProgressPreference = 'SilentlyContinue'
|
$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
|
||||||
|
|
Loading…
Reference in New Issue