Skip to content

Commit c63c858

Browse files
committed
maybe skip meson example on Windows
1 parent 99d2d2d commit c63c858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/examples.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
./run.sh
123123
124124
- name: Meson example
125+
# This example doesn't seem to work on Windows
126+
if: matrix.config.label != 'windows'
125127
shell: bash
126128
run: |
127129
python3 -m pip install meson ninja

0 commit comments

Comments
 (0)