We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bc994 commit 627262fCopy full SHA for 627262f
.github/workflows/ci-meson.yml
@@ -63,6 +63,21 @@ jobs:
63
conda info
64
conda list
65
66
+ - name: Check update-meson
67
+ shell: bash -l {0}
68
+ id: check_update_meson
69
+ run: |
70
+ python3 tools/update-meson.py
71
+ make test-git-no-uncommitted-changes
72
+ continue-on-error: true
73
+
74
+ - name: Show files changed by update-meson
75
+ if: ${{ steps.check_update_meson.outcome == 'failure' }}
76
77
78
+ git status
79
+ git diff
80
81
- name: Build
82
shell: bash -l {0}
83
run: |
0 commit comments