Skip to content

Commit e355d8c

Browse files
ci: added reconfigure option to meson build
1 parent 7fb6b31 commit e355d8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Meson Build [static]
2121
run: |
22-
meson build -Dc_std=c99 -Dlibrary_type=static
22+
meson build --reconfigure -Dc_std=c99 -Dlibrary_type=static
2323
2424
- name: Compile [static]
2525
run: |
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Meson Build [shared]
3333
run: |
34-
meson build -Dc_std=c99 -Dlibrary_type=shared
34+
meson build --reconfigure -Dc_std=c99 -Dlibrary_type=shared
3535
3636
- name: Compile [shared]
3737
run: |

0 commit comments

Comments
 (0)