Minor change to demonstrate cache usage
This commit is contained in:
parent
7f743210a0
commit
d9a6494858
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build_and_test.yml
vendored
5
.github/workflows/build_and_test.yml
vendored
|
@ -116,11 +116,12 @@ jobs:
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cmake --preset ${PRESET} \
|
cmake \
|
||||||
-DBUILD_SHARED_LIBS:BOOL=ON \
|
-DBUILD_SHARED_LIBS:BOOL=ON \
|
||||||
-DCMAKE_CXX_STANDARD:STRING=${{ matrix.cxx-standard }} \
|
-DCMAKE_CXX_STANDARD:STRING=${{ matrix.cxx-standard }} \
|
||||||
-DUSE_MEMORY_MAPPED_FILE:BOOL=ON \
|
-DUSE_MEMORY_MAPPED_FILE:BOOL=ON \
|
||||||
-LA
|
-LA \
|
||||||
|
--preset ${PRESET}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue