Skip to content

Commit 7e7b25f

Browse files
ci: removed reconfigure option from the first meson build step
1 parent e355d8c commit 7e7b25f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Meson Build [static]
2121
run: |
22-
meson build --reconfigure -Dc_std=c99 -Dlibrary_type=static
22+
meson build -Dc_std=c99 -Dlibrary_type=static
2323
2424
- name: Compile [static]
2525
run: |

0 commit comments

Comments
 (0)