File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 - main
1212
1313env :
14- CPM_SOURCE_CACHE : ${{ github.workspace }}/cpm_modules
14+ CPM_SOURCE_CACHE : ${{ github.workspace }}/cpm_modules2
1515
1616jobs :
1717 build :
2222
2323 - uses : actions/cache@v3
2424 with :
25- path : " **/cpm_modules "
25+ path : " **/cpm_modules2 "
2626 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
2727
2828 - name : install_boost
Original file line number Diff line number Diff line change 1212
1313env :
1414 CTEST_OUTPUT_ON_FAILURE : 1
15- CPM_SOURCE_CACHE : ${{ github.workspace }}/cpm_modules
15+ CPM_SOURCE_CACHE : ${{ github.workspace }}/cpm_modules2
1616
1717jobs :
1818 build :
2323
2424 - uses : actions/cache@v3
2525 with :
26- path : " **/cpm_modules "
26+ path : " **/cpm_modules2 "
2727 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
2828
2929 - name : install_boost
Original file line number Diff line number Diff line change 1313env :
1414 CTEST_OUTPUT_ON_FAILURE : 1
1515 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
16- CPM_SOURCE_CACHE : ${{ github.workspace }}/cpm_modules
16+ CPM_SOURCE_CACHE : ${{ github.workspace }}/cpm_modules2
1717
1818jobs :
1919 build :
2424
2525 - uses : actions/cache@v3
2626 with :
27- path : " **/cpm_modules "
27+ path : " **/cpm_modules2 "
2828 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
2929
3030 - name : install_boost
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14...3.22)
22
33if (POLICY CMP0167)
4- cmake_policy (SET CMP0167 NEW)
4+ cmake_policy (SET CMP0167 NEW)
55endif ()
66project (KitGenBenchExamplePlainMalloc LANGUAGES CXX)
77
You can’t perform that action at this time.
0 commit comments