mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Build: Cache Qt during Actions run.
This commit is contained in:
parent
29171d26cd
commit
da62dde15c
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -178,9 +178,19 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Cache Qt
|
||||
uses: actions/cache@v1
|
||||
if: matrix.extra == 'qt'
|
||||
id: cache-qt
|
||||
with:
|
||||
path: ${{ runner.workspace }}/Qt
|
||||
key: ${{ runner.os }}-QtCache
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
if: matrix.extra == 'qt'
|
||||
with:
|
||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||
|
||||
- uses: nttld/setup-ndk@v1
|
||||
if: matrix.extra == 'android'
|
||||
|
Loading…
Reference in New Issue
Block a user