Cache cmake build
This commit is contained in:
parent
1e6422712e
commit
8c746c181e
.github/workflows
|
@ -259,6 +259,12 @@ jobs:
|
|||
- name: Clone
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Cache cmake build
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: build
|
||||
key: windows-${{ matrix.arch }}-cmake-v1
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
cmake \
|
||||
|
|
Loading…
Reference in New Issue