File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 77
77
run : vcpkg install
78
78
79
79
# note: disable all providers except the one being tested
80
+ # '-DCMAKE_SUPPRESS_REGENERATION=ON' is the WA for the error: "CUSTOMBUILD : CMake error : Cannot restore timestamp"
80
81
- name : Configure build
81
82
run : >
82
83
cmake
99
100
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF
100
101
-DUMF_BUILD_${{inputs.name}}_PROVIDER=ON
101
102
-DUMF_TESTS_FAIL_ON_SKIP=ON
102
- ${{ matrix.os == 'Ubuntu' && matrix.build_type == 'Debug' && '-DUMF_USE_COVERAGE=ON' || '' }}
103
+ ${{ matrix.os == 'Ubuntu' && matrix.build_type == 'Debug' && '-DUMF_USE_COVERAGE=ON' || '' }}
104
+ ${{ matrix.os == 'Windows' && '-DCMAKE_SUPPRESS_REGENERATION=ON' || '' }}
103
105
104
106
- name : Build UMF
105
107
run : cmake --build ${{env.BUILD_DIR}} --config ${{matrix.build_type}} -j ${{matrix.number_of_processors}}
You can’t perform that action at this time.
0 commit comments