Updated cache action
This commit is contained in:
parent
b3e4d0b32a
commit
0aa4e3d495
2 changed files with 6 additions and 6 deletions
10
.github/workflows/appimage.yml
vendored
10
.github/workflows/appimage.yml
vendored
|
|
@ -154,7 +154,7 @@ jobs:
|
||||||
|
|
||||||
- name: OpenSSL cache.
|
- name: OpenSSL cache.
|
||||||
id: cache-openssl
|
id: cache-openssl
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.LibrariesPath }}/openssl-cache
|
path: ${{ env.LibrariesPath }}/openssl-cache
|
||||||
key: ${{ runner.OS }}-${{ env.OPENSSL_VER }}-${{ env.CACHE_KEY }}
|
key: ${{ runner.OS }}-${{ env.OPENSSL_VER }}-${{ env.CACHE_KEY }}
|
||||||
|
|
@ -180,7 +180,7 @@ jobs:
|
||||||
|
|
||||||
- name: Python 3.8 cache.
|
- name: Python 3.8 cache.
|
||||||
id: cache-python
|
id: cache-python
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.LibrariesPath }}/python-cache
|
path: ${{ env.LibrariesPath }}/python-cache
|
||||||
key: ${{ runner.OS }}-python-${{ env.CACHE_KEY }}
|
key: ${{ runner.OS }}-python-${{ env.CACHE_KEY }}
|
||||||
|
|
@ -275,7 +275,7 @@ jobs:
|
||||||
|
|
||||||
- name: Opus cache.
|
- name: Opus cache.
|
||||||
id: cache-opus
|
id: cache-opus
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.LibrariesPath }}/opus
|
path: ${{ env.LibrariesPath }}/opus
|
||||||
key: ${{ runner.OS }}-opus-${{ env.CACHE_KEY }}
|
key: ${{ runner.OS }}-opus-${{ env.CACHE_KEY }}
|
||||||
|
|
@ -296,7 +296,7 @@ jobs:
|
||||||
|
|
||||||
- name: FFmpeg cache.
|
- name: FFmpeg cache.
|
||||||
id: cache-ffmpeg
|
id: cache-ffmpeg
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.LibrariesPath }}/ffmpeg-cache
|
path: ${{ env.LibrariesPath }}/ffmpeg-cache
|
||||||
key: ${{ runner.OS }}-ffmpeg-${{ env.CACHE_KEY }}
|
key: ${{ runner.OS }}-ffmpeg-${{ env.CACHE_KEY }}
|
||||||
|
|
@ -476,7 +476,7 @@ jobs:
|
||||||
|
|
||||||
- name: Qt 5.12.8 cache.
|
- name: Qt 5.12.8 cache.
|
||||||
id: cache-qt
|
id: cache-qt
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.LibrariesPath }}/qt-cache
|
path: ${{ env.LibrariesPath }}/qt-cache
|
||||||
key: ${{ runner.OS }}-qt-${{ env.CACHE_KEY }}-${{ hashFiles('**/qt*_5_12_8/*') }}
|
key: ${{ runner.OS }}-qt-${{ env.CACHE_KEY }}-${{ hashFiles('**/qt*_5_12_8/*') }}
|
||||||
|
|
|
||||||
2
.github/workflows/mac-packaged.yml
vendored
2
.github/workflows/mac-packaged.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
|
|
||||||
- name: FFmpeg cache.
|
- name: FFmpeg cache.
|
||||||
id: cache-ffmpeg
|
id: cache-ffmpeg
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.LibrariesPath }}/ffmpeg-cache
|
path: ${{ env.LibrariesPath }}/ffmpeg-cache
|
||||||
key: ${{ runner.OS }}-ffmpeg-${{ env.CACHE_KEY }}
|
key: ${{ runner.OS }}-ffmpeg-${{ env.CACHE_KEY }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue