Cache cmake build

This commit is contained in:
Alexander Batalov 2022-07-05 21:06:30 +03:00
parent 1e6422712e
commit 8c746c181e
1 changed files with 6 additions and 0 deletions

View File

@ -259,6 +259,12 @@ jobs:
- name: Clone - name: Clone
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Cache cmake build
uses: actions/cache@v3
with:
path: build
key: windows-${{ matrix.arch }}-cmake-v1
- name: Configure - name: Configure
run: | run: |
cmake \ cmake \