Skip to content

Commit

Permalink
Merge pull request #883 from aarongreig/aaron/ciExperiment
Browse files Browse the repository at this point in the history
Temporarily disable running check-generated target in windows CI.
  • Loading branch information
aarongreig authored Sep 25, 2023
2 parents fe4402d + 92684c5 commit 755868c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ jobs:
-DUR_BUILD_TESTS=ON
-DUR_FORMAT_CPP_STYLE=ON
- name: Generate source from spec, check for uncommitted diff
if: matrix.os == 'windows-2022'
run: cmake --build ${{github.workspace}}/build --target check-generated --config ${{matrix.build_type}}
# TODO: re-enable when check-generated is fixed for windows runners see #888
# - name: Generate source from spec, check for uncommitted diff
# if: matrix.os == 'windows-2022'
# run: cmake --build ${{github.workspace}}/build --target check-generated --config ${{matrix.build_type}}

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

0 comments on commit 755868c

Please sign in to comment.