Skip to content

Commit 755868c

Browse files
authored
Merge pull request #883 from aarongreig/aaron/ciExperiment
Temporarily disable running check-generated target in windows CI.
2 parents fe4402d + 92684c5 commit 755868c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ jobs:
123123
-DUR_BUILD_TESTS=ON
124124
-DUR_FORMAT_CPP_STYLE=ON
125125
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}}
129130

130131
- name: Build all
131132
run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}} -j 2

0 commit comments

Comments
 (0)