Skip to content

Commit a696287

Browse files
update
1 parent 765de5f commit a696287

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/meson_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Meson CI
33
on:
44
push:
55
paths:
6-
- "**.cpp"
6+
- "**.c"
77
- "**.h"
88
- "**.py"
99
- "**.build"
1010
- "**.options"
1111
pull_request:
1212
paths:
13-
- "**.cpp"
13+
- "**.c"
1414
- "**.h"
1515
- "**.py"
1616
- "**.build"

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ project('Fossil Test', 'c', 'cpp',
44
version: '1.0.3',
55
default_options: ['c_std=c18', 'cpp_std=c++20'])
66

7-
87
subdir('code')
98
subdir('test')

0 commit comments

Comments
 (0)