Minor change to demonstrate cache usage

This commit is contained in:
David Hummel 2024-06-25 13:23:11 -07:00
parent 7f743210a0
commit d9a6494858

View file

@ -116,11 +116,12 @@ jobs:
- name: Configure CMake
shell: bash
run: |
cmake --preset ${PRESET} \
cmake \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_CXX_STANDARD:STRING=${{ matrix.cxx-standard }} \
-DUSE_MEMORY_MAPPED_FILE:BOOL=ON \
-LA
-LA \
--preset ${PRESET}
- name: Build
shell: bash