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 @@ -123,9 +123,10 @@ jobs:
123
123
-DUR_BUILD_TESTS=ON
124
124
-DUR_FORMAT_CPP_STYLE=ON
125
125
126
- - name : Generate source from spec, check for uncommitted diff
127
- if : matrix.os == 'windows-2022'
128
- run : cmake --build ${{github.workspace}}/build --target check-generated --config ${{matrix.build_type}}
126
+ # TODO: re-enable when check-generated is fixed for windows runners see #888
127
+ # - name: Generate source from spec, check for uncommitted diff
128
+ # if: matrix.os == 'windows-2022'
129
+ # run: cmake --build ${{github.workspace}}/build --target check-generated --config ${{matrix.build_type}}
129
130
130
131
- name : Build all
131
132
run : cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}} -j 2
You can’t perform that action at this time.
0 commit comments