Cache cmake build

This commit is contained in:
Alexander Batalov 2022-07-05 23:33:20 +03:00
parent db39570d71
commit 2ebeed3a7a
1 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,12 @@ jobs:
sudo apt update
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)
if: matrix.arch == 'x86'
run: |