Cache cmake build
This commit is contained in:
parent
db39570d71
commit
2ebeed3a7a
|
@ -71,6 +71,12 @@ jobs:
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install libsdl2-dev zlib1g-dev
|
sudo apt install libsdl2-dev zlib1g-dev
|
||||||
|
|
||||||
|
- name: Cache cmake build
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: build
|
||||||
|
key: linux-${{ matrix.arch }}-cmake-v1
|
||||||
|
|
||||||
- name: Configure (x86)
|
- name: Configure (x86)
|
||||||
if: matrix.arch == 'x86'
|
if: matrix.arch == 'x86'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue