Skip to content

Commit

Permalink
Update cmake-ci.yml
Browse files Browse the repository at this point in the history
Skip meson step for MacOS build
  • Loading branch information
h4tr3d authored Aug 1, 2023
1 parent 6f33252 commit f12e424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
run: ctest -C ${{ matrix.build_type }}

- name: Meson
if: ${{ matrix.skip_meson == false }}
if: ${{ matrix.skip_meson == false && matrix.os != 'macos-latest' }}
run: ci/travis/meson-build.sh

0 comments on commit f12e424

Please sign in to comment.