File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -222,9 +222,10 @@ jobs:
222
222
-DUR_BUILD_TESTS=ON
223
223
-DUR_FORMAT_CPP_STYLE=ON
224
224
225
- - name : Generate source from spec, check for uncommitted diff
226
- if : matrix.os == 'windows-2022'
227
- run : cmake --build ${{github.workspace}}/build --target check-generated --config ${{matrix.build_type}}
225
+ # TODO: re-enable when check-generated is fixed for windows runners see #888
226
+ # - name: Generate source from spec, check for uncommitted diff
227
+ # if: matrix.os == 'windows-2022'
228
+ # run: cmake --build ${{github.workspace}}/build --target check-generated --config ${{matrix.build_type}}
228
229
229
230
- name : Build all
230
231
run : cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}} -j 2
You can’t perform that action at this time.
0 commit comments